We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4e885 commit 88f5a73Copy full SHA for 88f5a73
Makefile
@@ -28,7 +28,7 @@ check_registry: ## Run registry checks
28
29
.PHONY: gosec_install
30
gosec_install: ## Install gosec utility
31
- go install github.com/securego/gosec/v2/cmd/gosec@v2.14.0
+ go install github.com/securego/gosec/v2/cmd/gosec@v2.22.0
32
33
.PHONY: gosec
34
gosec: ## Run go security checks
0 commit comments