From 912ff9d2d3b7cc41467964a47aa5581b50bd89d4 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 + .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 338529b..02bae3b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -21,7 +21,7 @@ jobs: skip_build: 'none' skip_compliance_checks: 'none' skip_unit_tests: 'all' - skip_sast: 'non-required' + skip_sast: 'none' skip_sca: 'non-required' skip_docs: 'non-required' skip_integration_tests: 'non-required'