mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Run the gosec with data race detector active during tests
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
a2397580b6
commit
5567ac4cfe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ install-govulncheck:
|
|||
go install golang.org/x/vuln/cmd/govulncheck@latest; \
|
||||
fi
|
||||
|
||||
test: install-test-deps build fmt vet sec govulncheck
|
||||
test: install-test-deps build-race fmt vet sec govulncheck
|
||||
$(GINKGO) -v --fail-fast
|
||||
|
||||
fmt:
|
||||
|
|
Loading…
Reference in a new issue