-
Notifications
You must be signed in to change notification settings - Fork 28
build: switch to toolchain-cicd/govulncheck-action #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| ignored-vulnerabilities: | ||
| # Inconsistent handling of O_CREATE|O_EXCL on Unix and Windows in os in syscall | ||
| # Found in: os@go1.22.12 | ||
| # Fixed in: os@go1.23.10 | ||
| - id: GO-2025-3750 | ||
| silence-until: 2025-10-02 | ||
| info: https://pkg.go.dev/vuln/GO-2025-3750 | ||
|
Comment on lines
+1
to
+7
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainConfirm config schema compatibility Double-check the action’s config schema supports:
If names differ (e.g., 🌐 Web query: 💡 Result: Short answer: The upstream golang govulncheck-action does NOT support an ignored-vulnerabilities list or per‑vulnerability silence fields. Its README explicitly says there's no support for silencing findings. [1] If you need that behavior, there are third‑party/custom govulncheck action forks that implement a .govulncheck(.x).yaml with an ignored-vulnerabilities list (examples show entries with id plus a silence_until / silence-until date and info link). These are not part of the official golang action. [2][3] Sources:
References: Incompatible config: govulncheck-action doesn’t support 🧰 Tools🪛 YAMLlint (1.37.1)[error] 7-7: no new line character at the end of file (new-line-at-end-of-file) 🤖 Prompt for AI Agents |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Pin the custom action to a commit SHA (avoid @master)
Reduce supply-chain risk by pinning to a specific commit.
📝 Committable suggestion
🧰 Tools
🪛 YAMLlint (1.37.1)
[error] 26-26: no new line character at the end of file
(new-line-at-end-of-file)
🤖 Prompt for AI Agents