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