Skip to content

Commit

Permalink
package update (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-GSteen committed Mar 22, 2024
1 parent 2dc490a commit 8c53a86
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 26 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

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

19 changes: 16 additions & 3 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.25",
"version": "0.1.26",
"description": "SOOS Static Application Security Testing (SAST) scanning support.",
"main": "bin/index.js",
"scripts": {
Expand All @@ -15,20 +15,33 @@
"typecheck": "tsc --noEmit",
"check": "npm run format && npm run typecheck && npm outdated",
"link:soos-api-client": "npm link @soos-io/api-client && npm run build && npm link",
"patch-api-client": "npm version patch --no-git-tag-version && npm run setup:clean && npm install @soos-io/api-client@latest --save-exact && npm install && npm run check"
"patch": "npm version patch --no-git-tag-version",
"patch-api-client": "npm run patch && npm run setup:clean && npm install @soos-io/api-client@latest --save-exact && npm install && npm run check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soos-io/soos-sast.git"
},
"keywords": [
"@soos-io",
"sast",
"soos api",
"vulnerabilities",
"licenses",
"soos",
"open source",
"oss",
"sarif",
"static code analysis"
],
"author": "SOOS",
"license": "MIT",
"bugs": {
"url": "https://github.com/soos-io/soos-sast/issues"
},
"homepage": "https://github.com/soos-io/soos-sast#readme",
"dependencies": {
"@soos-io/api-client": "0.2.44",
"@soos-io/api-client": "0.2.47",
"argparse": "^2.0.1",
"glob": "^10.3.10",
"tslib": "^2.6.2"
Expand Down

0 comments on commit 8c53a86

Please sign in to comment.