Skip to content

Commit 31552f3

Browse files
committed
Add missing permission for security_events
1 parent ad75c40 commit 31552f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
vulnerability-scan:
8686
name: Vulnerability Scan
8787
uses: ./.github/workflows/vulncheck.yml
88+
permissions:
89+
security-events: write
8890
with:
8991
target-branch: ${{ github.event.pull_request.base.ref || github.ref_name }}
9092
go-version-input: '1.24.10'

0 commit comments

Comments
 (0)