We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f5577 commit e2a5be8Copy full SHA for e2a5be8
1 file changed
.github/workflows/njsscan-analysis.yml .github/workflows/security-analysis.yml.github/workflows/njsscan-analysis.yml renamed to .github/workflows/security-analysis.yml
@@ -1,7 +1,7 @@
1
# This workflow integrates njsscan with GitHub's Code Scanning feature
2
# nodejsscan is a static security code scanner that finds insecure code patterns in your Node.js applications
3
4
-name: njsscan sarif
+name: security sarif
5
6
on:
7
push:
@@ -23,8 +23,8 @@ jobs:
23
uses: actions/setup-node@v1
24
with:
25
node-version: ${{ matrix.node-version }}
26
- - run: npm install -g retire
27
- - run: retire
+ - run: npm install retire
+ - run: node_modules/retire
28
njsscan:
29
runs-on: ubuntu-latest
30
name: njsscan code scanning
0 commit comments