1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-09 04:30:31 +08:00

TUN-9855: Create script to ignore vulnerabilities from govuln check

This commit is contained in:
João "Pisco" Fernandes
2025-09-22 11:47:11 +01:00
parent 92ef55650f
commit 4dafc15f22
3 changed files with 56 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ clean:
.PHONY: vulncheck
vulncheck:
@go run -mod=readonly golang.org/x/vuln/cmd/govulncheck@latest ./...
@./.ci/scripts/vuln-check.sh
.PHONY: cloudflared
cloudflared: