1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-23 22:15:04 +02:00

Use the ginkgo command install by the dependencies

Change-Id: Ia8a28cd79a61fc8a95ac9a7700ad1a436874da6f
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar
2025-10-02 10:15:40 +00:00
committed by Cosmin Cojocar
parent 761fcbc36c
commit f5a3b7ab78

View File

@@ -14,7 +14,6 @@ GO := GO111MODULE=on go
GOPATH ?= $(shell $(GO) env GOPATH)
GOBIN ?= $(GOPATH)/bin
GOSEC ?= $(GOBIN)/gosec
GINKGO ?= $(GOBIN)/ginkgo
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
GOVULN_MIN_VERSION = 17
GO_VERSION = 1.25
@@ -32,7 +31,7 @@ install-govulncheck:
fi
test: build-race fmt vet sec govulncheck
$(GINKGO) -v --fail-fast
go run github.com/onsi/ginkgo/v2/ginkgo -- --ginkgo.v --ginkgo.fail-fast
fmt:
@echo "FORMATTING"