Commit d05dd79
fix: add || true to govulncheck grep to prevent set -e false failure
When all vulnerabilities are excluded, grep -vE exits 1 (no matches).
Under GitHub Actions' default set -e + pipefail this aborts the step
even though no actionable vulnerabilities exist.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 29a9042 commit d05dd79
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments