We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02250ac commit 29c485fCopy full SHA for 29c485f
Makefile
@@ -94,9 +94,9 @@ install-tools:
94
@echo "Installing Go tools..."
95
mkdir -p $(GOBIN)
96
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
97
- go install golang.org/x/tools/cmd/goimports@latest
+ go install golang.org/x/tools/cmd/goimports@v0.36.0
98
go install golang.org/x/vuln/cmd/govulncheck@latest
99
- go install github.com/securego/gosec/v2/cmd/gosec@latest
+ go install github.com/securego/gosec/v2/cmd/gosec@v2.22.6
100
@echo "Ensuring OPA CLI is available..."
101
@NEED_OPA=1; \
102
if command -v opa >/dev/null 2>&1; then \
0 commit comments