Skip to content

Commit 2709a50

Browse files
committed
Add continue-on-error to govulncheck in CodeQL workflow
- Ensures all security tools run even if govulncheck finds vulnerabilities - Matches the pattern already used in daily-scan workflow - Prevents workflow from stopping at first security issue
1 parent 6e90a7a commit 2709a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
go-version: '1.24'
6666

6767
- name: Run govulncheck
68+
continue-on-error: true
6869
run: |
6970
go install golang.org/x/vuln/cmd/govulncheck@d1f380186385b4f64e00313f31743df8e4b89a77 # v1.1.4
7071
govulncheck ./...

0 commit comments

Comments
 (0)