Explicitly disable metrics for Semgrep

This commit is contained in:
eikendev 2022-02-13 16:24:48 +01:00
parent 20de51591b
commit 44e036d611
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694

View file

@ -11,7 +11,7 @@ test:
staticcheck ./...
go test -v -cover ./...
gosec -exclude-dir=tests ./...
semgrep --lang=go --config=tests/semgrep
semgrep --lang=go --config=tests/semgrep --metrics=off
@printf '\n%s\n' "> Test successful"
.PHONY: setup