Update njsscan.yml

This commit is contained in:
Shubham malik
2022-02-15 16:04:39 +05:30
committed by GitHub
parent 7fb1c31151
commit 6706b36121
+6
View File
@@ -17,8 +17,14 @@ on:
schedule:
- cron: $cron-weekly
permissions:
contents: read
jobs:
njsscan:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
runs-on: ubuntu-latest
name: njsscan code scanning
steps: