ci: add govulncheck (#456)
This is intended to catch low-hanging fruit. Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
2e9b18a510
commit
16412a8bf9
5 changed files with 16 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -23,6 +23,7 @@ build: assets
|
|||
lint: assets
|
||||
$(GO) vet ./...
|
||||
$(GO) tool staticcheck ./...
|
||||
$(GO) tool govulncheck ./...
|
||||
|
||||
prebaked-build:
|
||||
$(GO) build -o ./var/anubis -ldflags "-X 'github.com/TecharoHQ/anubis.Version=$(VERSION)'" ./cmd/anubis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue