Commit c433a30
authored
fix(ci): Add security-events permission to Docker workflow (#25)
The Docker Build workflow was failing when uploading Trivy security scan results
because it lacked the 'security-events: write' permission required by the
github/codeql-action/upload-sarif action.
Error: Resource not accessible by integration
This adds the missing permission to allow SARIF uploads to GitHub Security.1 parent fe2e564 commit c433a30
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments