Skip to content

Commit

Permalink
Added SARIF integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashok Kumar E committed May 7, 2024
1 parent e60dd54 commit 4bcc464
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/njssscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ jobs:
id: njsscan
uses: ajinabraham/njsscan-action@v5
with:
args: '.'
args: '. --sarif --output results.sarif || true'
name: upload report to github code scanning
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: results.sarif

0 comments on commit 4bcc464

Please sign in to comment.