Skip to content

Conversation

peczenyj
Copy link
Contributor

@peczenyj peczenyj commented Apr 18, 2024

GitHub Action for govulncheck

https://github.com/golang/govulncheck-action

@quasilyte
Copy link
Owner

@cristaloleg do you know anything about this dependency review action?

@cristaloleg
Copy link
Contributor

My 2c: I prefer verifying Go code via govulncheck https://go.dev/blog/govulncheck (by example https://github.com/cristalhq/.github/blob/main/.github/workflows/vuln.yml) and nothing else.

Also, I don't check Github Actions deps 'cause it's mostly checkout my code and install Go.

@cristaloleg
Copy link
Contributor

Official govulncheck Github Action https://github.com/golang/govulncheck-action

@peczenyj
Copy link
Contributor Author

how about now?

@peczenyj peczenyj changed the title Add dependency review Add workflow govulncheck Apr 18, 2024
@peczenyj peczenyj changed the title Add workflow govulncheck Add workflow govulncheck to detect vulnerabilitied Dec 3, 2024
Copy link

@alexandear alexandear left a comment

Choose a reason for hiding this comment

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

A typo in PR's title: "vulnerabilitied" -> "vulnerabilities"

Comment on lines +20 to +22
"cache": true,
"cache-dependency-path": "**/go.sum",
},

Choose a reason for hiding this comment

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

This change is not needed, as caching enabled by default. See https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs

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.

4 participants