Skip to content

Commit

Permalink
added a security tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatou GUEYE authored and Fatou GUEYE committed Oct 27, 2024
1 parent 47abd93 commit 0aa957a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nodejsscantool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
I integrated the NodeJsscan static tool to check for security issues when needed.
Since it is a python build tool, I was not able to integrate it automatically to the workflow.
So to use it you have to install locally by running 'pip install njsscan' on your terminal.
After the tool is install run 'njsscan' to start using it.
You can test the security of a file by running 'njsscan <filepath>' on your terminal!
Here is a link to the tool documentation: https://github.com/ajinabraham/njsscan#command-line-options

0 comments on commit 0aa957a

Please sign in to comment.