From 25e7c28403711d7dbf27e916e39875b83af8170e Mon Sep 17 00:00:00 2001 From: Paolo Galli Date: Fri, 27 Sep 2024 17:03:37 +0200 Subject: [PATCH] change condition --- .github/workflows/gosec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yaml b/.github/workflows/gosec.yaml index 285903f3c..99ad8a55e 100644 --- a/.github/workflows/gosec.yaml +++ b/.github/workflows/gosec.yaml @@ -8,7 +8,6 @@ on: jobs: gosec: runs-on: ubuntu-latest - continue-on-error: true env: GO111MODULE: on outputs: @@ -22,6 +21,7 @@ jobs: cache: false - name: Run Gosec id: gosec-run + continue-on-error: true uses: securego/gosec@master with: args: '-exclude=G104,G115,G304,G406,G507 ./...'