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
feat(govulncheck): add support for govulncheck (#43)
govulncheck only works on modules, so only the -mod and -repo-mod hooks were implemented.
govulncheck doesn't (currently) display the folder when generating error messages, making the results confusing when running against multiple modules.
Learn More:
* https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck
chore: Add support for custom printf template to announce module folders when running hooks that don't display what folder/module they are running against.
docs: Update README for govulncheck
docs: Update samples yaml files for govulncheck
Govulncheck reports known vulnerabilities that affect Go code. It uses static analysis of source code or a binary's symbol table to narrow down reports to only those that could affect the application.
504
+
505
+
Govulncheck is an official Go tool. It is developed and maintained by the Go security team (which is part of the official Go development team at Google) and backed by the official Go Vulnerability Database.
A state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules.
0 commit comments