Skip to content

Commit 742b956

Browse files
authored
Update security-analysis.yml
1 parent e2a5be8 commit 742b956

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/security-analysis.yml

Lines changed: 4 additions & 4 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: security sarif
4+
name: Security Scan
55

66
on:
77
push:
@@ -15,7 +15,7 @@ on:
1515
jobs:
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

0 commit comments

Comments
 (0)