Skip to content

Run govulncheck daily instead of weekly#13487

Merged
williammartin merged 1 commit into
trunkfrom
wm-more-vulncheck
May 22, 2026
Merged

Run govulncheck daily instead of weekly#13487
williammartin merged 1 commit into
trunkfrom
wm-more-vulncheck

Conversation

@williammartin

@williammartin williammartin commented May 22, 2026

Copy link
Copy Markdown
Member

Description

Updates the govulncheck workflow cron schedule from weekly (Mondays at midnight UTC) to daily at midnight UTC, so vulnerability reports surface more promptly. Dunno why it didn't ran so infrequently, seems like a 6 day lag is unreasonably long.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 22, 2026 11:11
@williammartin williammartin requested a review from a team as a code owner May 22, 2026 11:11
@williammartin williammartin requested a review from babakks May 22, 2026 11:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions schedule for the govulncheck workflow to run daily at 00:00 UTC instead of weekly, so vulnerability findings are reported sooner.

Changes:

  • Change cron schedule from 0 0 * * 1 (Mondays) to 0 0 * * * (daily).
  • Update the inline comment to match the new schedule.
Show a summary per file
File Description
.github/workflows/govulncheck.yml Adjusts the scheduled trigger to run govulncheck daily at midnight UTC.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@williammartin williammartin merged commit 806c553 into trunk May 22, 2026
27 checks passed
@williammartin williammartin deleted the wm-more-vulncheck branch May 22, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants