We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cee35 commit b49fa69Copy full SHA for b49fa69
.github/workflows/terraform.yml
@@ -19,6 +19,7 @@ jobs:
19
permissions:
20
pull-requests: write # Required for creating or updating PRs
21
contents: write # Required for modifying files (if applicable)
22
+ security-events: write # Required to upload sarif
23
defaults:
24
run:
25
shell: bash
0 commit comments