Skip to content

Commit

Permalink
package update / node run flag (#115)
Browse files Browse the repository at this point in the history
* package update / node run flag

* Update package.json

* Update package.json

* c
  • Loading branch information
SOOS-GSteen committed May 7, 2024
1 parent 959ee1b commit a7cd5dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ RUN npm install

RUN npm run build

ENTRYPOINT ["node", "dist/index.js"]
ENTRYPOINT ["node", "--no-deprecation", "dist/index.js"]
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,8 @@ It also includes 2 scripts that:
## References
- [ZAP](https://www.zaproxy.org/)
- [Docker](https://docs.docker.com/)


### Notes
Be sure to use the public registry for installation of NPM packages:
`npm install --registry https://registry.npmjs.org/`
13 changes: 7 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soos-dast",
"version": "2.0.34",
"version": "2.0.35",
"description": "SOOS DAST - The affordable no limit web vulnerability scanner",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/argparse": "^2.0.15",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit a7cd5dd

Please sign in to comment.