You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We wish to run the govulncheck tool as a github workflow triggered when a new pull request is raised. As quoted in the article, Go’s vulnerability detection package, vulncheck, aims to provide a low-noise, reliable way for Go users to learn about known vulnerabilities that may affect their projects.
Proposed solution
Create a new file security.yml under .github/workflows. Run the govulncheck tool which reports if the PR introduces any known vulnerability. The workflow fails if it finds any vuln although this github action doesn't hinder merging PRs by merge-when-ready if failed.
Out of Scope
None.
The text was updated successfully, but these errors were encountered:
Problem to be solved
We wish to run the govulncheck tool as a github workflow triggered when a new pull request is raised. As quoted in the article, Go’s vulnerability detection package, vulncheck, aims to provide a low-noise, reliable way for Go users to learn about known vulnerabilities that may affect their projects.
Proposed solution
Create a new file
security.yml
under.github/workflows
. Run the govulncheck tool which reports if the PR introduces any known vulnerability. The workflow fails if it finds any vuln although this github action doesn't hinder merging PRs bymerge-when-ready
if failed.Out of Scope
None.
The text was updated successfully, but these errors were encountered: