Skip to content

Commit

Permalink
Update njsscan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lathoub authored Sep 1, 2024
1 parent 2b4b9b0 commit 197dad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: njsscan
uses: ajinabraham/njsscan-action@7237412fdd36af517e2745077cedbf9d6900d711
with:
args: '. --sarif path /src --output results.sarif || true'
args: '. --sarif --output results.sarif || true path /src'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 197dad7

Please sign in to comment.