Skip to content

Commit e2a5be8

Browse files
authored
Update and rename njsscan-analysis.yml to security-analysis.yml
1 parent 23f5577 commit e2a5be8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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: njsscan sarif
4+
name: security sarif
55

66
on:
77
push:
@@ -23,8 +23,8 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: npm install -g retire
27-
- run: retire
26+
- run: npm install retire
27+
- run: node_modules/retire
2828
njsscan:
2929
runs-on: ubuntu-latest
3030
name: njsscan code scanning

0 commit comments

Comments
 (0)