Skip to content

Commit

Permalink
maint: remove deprecated flag from 'make check-vuln'
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbeard committed Jul 10, 2023
1 parent 3193835 commit 3fd4206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ coverage: test ## Generate a code test coverage report using 'gocover-cobertura'
.PHONY: check-vuln
check-vuln: ## Check for vulnerabilities using 'govulncheck'
@echo "Checking for vulnerabilities..."
@go run golang.org/x/vuln/cmd/govulncheck -v ./...
@go run golang.org/x/vuln/cmd/govulncheck ./...

.PHONY: clean
clean: ## Clean test files
Expand Down

0 comments on commit 3fd4206

Please sign in to comment.