Skip to content

build: add govulncheck workflow#1021

Merged
burningalchemist merged 1 commit into
masterfrom
github/govulncheck
Jun 23, 2026
Merged

build: add govulncheck workflow#1021
burningalchemist merged 1 commit into
masterfrom
github/govulncheck

Conversation

@burningalchemist

Copy link
Copy Markdown
Owner

This pull request adds a new GitHub Actions workflow to enable automated vulnerability checking for Go code using govulncheck. The workflow is configured to run on pull requests affecting key files, on pushes to main branches, and on a daily schedule.

Security and CI/CD automation:

  • Added a .github/workflows/govulncheck.yml workflow file to run govulncheck on pull requests, pushes to main or master, and on a daily schedule, helping to automatically detect and report Go vulnerabilities.

@burningalchemist burningalchemist merged commit 80a5a4f into master Jun 23, 2026
4 checks passed
@burningalchemist burningalchemist deleted the github/govulncheck branch June 23, 2026 08:56
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.

1 participant