Update stackhawk.yml

This commit is contained in:
Shubham malik
2022-02-14 15:51:06 +05:30
committed by GitHub
parent 7fb1c31151
commit aa4aa29543
+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: