Skip to content

Commit 53914ae

Browse files
authored
ci: Added missing permissions to push SARIF files. (#36)
1 parent 275f244 commit 53914ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tflint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11+
security-events: write
1112

1213
jobs:
1314
lint:

.github/workflows/trivy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
permissions:
77
contents: read
8+
security-events: write
89

910
jobs:
1011
trivy:

0 commit comments

Comments
 (0)