Skip to content

Commit

Permalink
add vuln Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
whosonfirst committed Sep 9, 2022
1 parent 39c1269 commit 46e93de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
vuln:
govulncheck ./...

cli:
go build -mod vendor -o bin/server cmd/server/main.go

Expand Down

0 comments on commit 46e93de

Please sign in to comment.