From 09613919ed9135fd0becee4014b41fa4775f577d Mon Sep 17 00:00:00 2001 From: Christoph Hamsen Date: Mon, 5 Feb 2024 16:22:10 +0100 Subject: [PATCH] ci: softfail kubelinter --- .github/workflows/.reusable-sast.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/.reusable-sast.yml b/.github/workflows/.reusable-sast.yml index 68d9451..2afaea0 100644 --- a/.github/workflows/.reusable-sast.yml +++ b/.github/workflows/.reusable-sast.yml @@ -164,6 +164,7 @@ jobs: - name: Scan uses: stackrox/kube-linter-action@ca0d55b925470deb5b04b556e6c4276ea94d03c3 # v1.0.4 if: inputs.output == 'sarif' + continue-on-error: true with: config: .kube-linter/config.yaml directory: charts/semgr8s