Update ajinabraham/njsscan-action to v8
All checks were successful
CI / CI (push) Successful in 17s
Lint Codebase / eslint (push) Successful in 12s

This commit is contained in:
SileNce5k 2024-11-05 06:53:47 +01:00
parent aaa10cb57a
commit 80e62302fc
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: nodejsscan scan - name: nodejsscan scan
id: njsscan id: njsscan
uses: ajinabraham/njsscan-action@v7 uses: ajinabraham/njsscan-action@v8
with: with:
args: '. --sarif --output results.sarif || true' args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report - name: Upload njsscan report