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 0816d52 commit 122ab63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/njssscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ajinabraham/njsscan-action@v5
with:
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
- name: upload report to github code scanning
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: results.sarif

0 comments on commit 122ab63

Please sign in to comment.