Merge pull request #1404 from h0x0er/patch-7

Added github_token permissions in code-scanning/semgrep.yml
This commit is contained in:
Nick Fyson
2022-02-16 10:07:51 +00:00
committed by GitHub
+6
View File
@@ -19,8 +19,14 @@ on:
schedule:
- cron: $cron-weekly
permissions:
contents: read
jobs:
semgrep:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
name: Scan
runs-on: ubuntu-latest
steps: