mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45: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; \
|
go install golang.org/x/vuln/cmd/govulncheck@latest; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test: install-test-deps build fmt vet sec govulncheck
|
test: install-test-deps build-race fmt vet sec govulncheck
|
||||||
$(GINKGO) -v --fail-fast
|
$(GINKGO) -v --fail-fast
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
|
|
Loading…
Reference in a new issue