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 ee3c2e6 commit a180665Copy full SHA for a180665
1 file changed
scripts/security-scan.sh
@@ -20,7 +20,7 @@ echo "🔒 Running local security scan..."
20
if ! command -v govulncheck &> /dev/null; then
21
echo -e "${YELLOW}Installing govulncheck...${NC}"
22
# renovate: datasource=go depName=golang.org/x/vuln
23
- go install golang.org/x/vuln/cmd/govulncheck@v1.3.0
+ go install golang.org/x/vuln/cmd/govulncheck@v1.4.0
24
fi
25
26
# Run govulncheck on backend Go code
0 commit comments