File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This workflow integrates njsscan with GitHub's Code Scanning feature
22# nodejsscan is a static security code scanner that finds insecure code patterns in your Node.js applications
33
4- name : security sarif
4+ name : Security Scan
55
66on :
77 push :
1515jobs :
1616 retirejs :
1717 runs-on : ubuntu-latest
18- name : retirejs dependancy scanning
18+ name : ( retirejs) dependancy scanning
1919 steps :
2020 - name : Checkout the code
2121 uses : actions/checkout@v2
@@ -24,10 +24,10 @@ jobs:
2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 - run : npm install retire
27- - run : node_modules/retire
27+ - run : node_modules/retire/bin/retire
2828 njsscan :
2929 runs-on : ubuntu-latest
30- name : njsscan code scanning
30+ name : ( njsscan) static code scanning
3131 steps :
3232 - name : Checkout the code
3333 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments