From d1d7a5a2f10c3ce7cab1f835da8380d305c55d11 Mon Sep 17 00:00:00 2001 From: "franz.germann1" Date: Thu, 12 Dec 2024 17:37:45 +0100 Subject: [PATCH] tests actions --- .github/workflows/.github-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index d416219..e6d52a6 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -15,6 +15,8 @@ jobs: - name: Lint the Repository run: | + which trivy + exit 1 golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1 - name: Build Credentials File