Update brakeman.yml

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