Skip to content

Commit

Permalink
Add stderr to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyu74 committed Sep 27, 2023
1 parent 144af9e commit 2f30790
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 @@ -126,7 +126,7 @@ ensure-govulncheck:
@ls $(GOPATH)/bin/govulncheck 1>/dev/null || go install golang.org/x/vuln/cmd/govulncheck@${GOVULNCHECK_VERSION}

scan: ensure-govulncheck
-govulncheck ./...
-govulncheck ./... 2>&1
@echo "Note: Vulnerabilities were checked, but failures are currently non-blocking."

image:
Expand Down

0 comments on commit 2f30790

Please sign in to comment.