Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Nov 16, 2020
1 parent cec9843 commit 7237412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
id: njsscan
uses: ajinabraham/njsscan-action@master
with:
args: '. --sarif --output nodejsscan_results.sarif || true'
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: nodejsscan_results.sarif
sarif_file: results.sarif
```
For configuration, see: https://github.com/ajinabraham/njsscan#configure-njsscan

0 comments on commit 7237412

Please sign in to comment.