Merge pull request #1424 from Devils-Knight/permks-7

Add token permissions for code-scanning/stackhawk.yml
This commit is contained in:
Nick Fyson
2022-02-16 09:53:27 +00:00
committed by GitHub
+6
View File
@@ -37,8 +37,14 @@ on:
schedule:
- cron: $cron-weekly
permissions:
contents: read
jobs:
stackhawk:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for stackhawk/hawkscan-action to upload code scanning alert info
name: StackHawk
runs-on: ubuntu-20.04
steps: