Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ci: move govulncheck to weekly cron#348

Merged
clangenb merged 1 commit into
mainfrom
ci/govulncheck-weekly
May 1, 2026
Merged

ci: move govulncheck to weekly cron#348
clangenb merged 1 commit into
mainfrom
ci/govulncheck-weekly

Conversation

@eldara-cruncher
Copy link
Copy Markdown
Collaborator

Summary

  • Extract govulncheck from `ci.yml` into a dedicated `govulncheck.yml` workflow that runs weekly (Mon 06:00 UTC) plus `workflow_dispatch`.
  • Drop the per-PR / per-push run. Vulnerability advisories don't land that frequently and govulncheck mostly burned runner minutes detecting nothing new.
  • Suppression of the GO-2026-4887 / GO-2026-4883 Docker daemon false-positives is preserved verbatim.

Test plan

  • `govulncheck.yml` is a verbatim extract — same Go setup, install step, and Python suppression block.
  • No leftover `needs: govulncheck` references in `ci.yml`.
  • Confirm the weekly run fires on its first scheduled cadence; trigger `workflow_dispatch` manually if you want immediate verification.

govulncheck ran on every PR and push to main. Vulnerability
advisories don't land that frequently, so per-PR runs mostly burn
runner minutes detecting nothing new. Moving to a weekly schedule
(Monday 06:00 UTC) plus workflow_dispatch keeps coverage with a
fraction of the cost.

The govulncheck.yml workflow is a verbatim extract of the previous
ci.yml job, including the GO-2026-4887/4883 Docker daemon false-
positive suppression.
@clangenb clangenb merged commit 1c0585f into main May 1, 2026
10 of 13 checks passed
@eldara-cruncher eldara-cruncher deleted the ci/govulncheck-weekly branch June 5, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants