Skip to content

Commit

Permalink
Update nodejsscan_sarif.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Nov 11, 2024
1 parent 0b61238 commit 7e3e2c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejsscan_sarif.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: njsscan sarif
on:
push:
branches: [ master ]
branches: [ master, main ]
pull_request:
branches: [ master ]
branches: [ master, main ]
jobs:
njsscan:
runs-on: ubuntu-latest
Expand All @@ -20,6 +20,6 @@ jobs:
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

0 comments on commit 7e3e2c9

Please sign in to comment.