From a9ab4118a40f46e282c502d6080359648f5c674e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20Anker=20Kvisg=C3=A5rd=20Lange?= Date: Fri, 25 Apr 2025 13:21:32 +0200 Subject: [PATCH] feat: Adding 'govulncheck' to vuln-scan job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thor Anker Kvisgård Lange --- .github/workflows/go-ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 10f012a..182ddfd 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -125,3 +125,7 @@ jobs: exit-code: "1" ignore-unfixed: true vuln-type: "library" + - name: Run govulncheck + uses: golang/govulncheck-action@v1 + with: + go-version-file: go.mod