From fa217167364532fe044ff5383bdb4af9c04d7284 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 24 Apr 2025 12:42:34 -0400 Subject: [PATCH] vulncheck action is hanging --- .gitea/workflows/testing.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/testing.yaml b/.gitea/workflows/testing.yaml index e3843c8..c8078e4 100644 --- a/.gitea/workflows/testing.yaml +++ b/.gitea/workflows/testing.yaml @@ -7,6 +7,9 @@ jobs: steps: - name: "dependency and stdlib scan" uses: golang/govulncheck-action@v1.0.4 + with: + go-package: ./... + go-version-file: go.mod - name: "static code analysis" uses: securego/gosec@v2.22.3