From a2cf7b730761ff37734658bd493d200f3b0c39c8 Mon Sep 17 00:00:00 2001 From: Fatou GUEYE Date: Sun, 27 Oct 2024 21:09:21 +0300 Subject: [PATCH] added a static security tool --- nodejsscanTool | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nodejsscanTool diff --git a/nodejsscanTool b/nodejsscanTool new file mode 100644 index 0000000000..57ee7640da --- /dev/null +++ b/nodejsscanTool @@ -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 ' on your terminal! +Here is a link to the tool documentation: https://github.com/ajinabraham/njsscan#command-line-options \ No newline at end of file