mirror of
https://github.com/pushbits/server.git
synced 2025-08-03 08:39:09 +02:00
Explicitly disable metrics for Semgrep
This commit is contained in:
parent
20de51591b
commit
44e036d611
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue