Skip to content

Commit

Permalink
feat: govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jun 18, 2024
1 parent e4db274 commit f21a343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ lint-go:
.PHONY: vuln-go
vuln-go:
cd tests/go && \
govulncheck ./... && \
go vet ./... && \
gosec ./...

Expand All @@ -69,5 +70,6 @@ install-lint-go:

.PHONY: install-vuln-go
install-vuln-go:
go install golang.org/x/vuln/cmd/govulncheck@latest
go install github.com/securego/gosec/v2/cmd/gosec@latest

0 comments on commit f21a343

Please sign in to comment.