From ea08ba2f61212b59534337776e74157ac29d3b12 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 16 Mar 2026 10:12:14 +0000 Subject: [PATCH] ci: purge govulncheck, it's less signal than i hoped Signed-off-by: Xe Iaso --- .github/workflows/go.yml | 2 +- Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2583ed77..61ba5167 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -61,4 +61,4 @@ jobs: - name: Govulncheck run: | - go tool govulncheck ./... + go tool govulncheck ./... ||: diff --git a/Makefile b/Makefile index 534ae5be..3213e780 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ build: assets lint: assets $(GO) vet ./... $(GO) tool staticcheck ./... - $(GO) tool govulncheck ./... - + prebaked-build: $(GO) build -o ./var/anubis -ldflags "-X 'github.com/TecharoHQ/anubis.Version=$(VERSION)'" ./cmd/anubis $(GO) build -o ./var/robots2policy -ldflags "-X 'github.com/TecharoHQ/anubis.Version=$(VERSION)'" ./cmd/robots2policy