Skip to content

Commit

Permalink
PA-13152 Add npm check workflow (#16)
Browse files Browse the repository at this point in the history
* PA-13152 Add npm check workflow

* package update after check
  • Loading branch information
SOOS-JAlvarez committed Mar 15, 2024
1 parent 229064f commit 2dc490a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 25 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/npm-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Npm run check

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
check:
uses: soos-io/.github/.github/workflows/npm-check-workflow.yml@main
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soos-io/soos-sast",
"version": "0.1.24",
"version": "0.1.25",
"description": "SOOS Static Application Security Testing (SAST) scanning support.",
"main": "bin/index.js",
"scripts": {
Expand Down Expand Up @@ -28,16 +28,16 @@
},
"homepage": "https://github.com/soos-io/soos-sast#readme",
"dependencies": {
"@soos-io/api-client": "0.2.39",
"@soos-io/api-client": "0.2.44",
"argparse": "^2.0.1",
"glob": "^10.3.10",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/argparse": "^2.0.14",
"@types/node": "^20.11.5",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
"@types/argparse": "^2.0.15",
"@types/node": "^20.11.28",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
},
"bin": {
"soos-sast": "bin/index.js"
Expand Down

0 comments on commit 2dc490a

Please sign in to comment.