From c735547f8f1335a397fd55eeb6fa062eb4d2a12c Mon Sep 17 00:00:00 2001 From: Pavan <25031267+Pavan-SAP@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:38:43 +0200 Subject: [PATCH] [Misc] scan: Build failures ignored Do not fail builds when vulnerabilities are detected, instead upload the results to security tab. --- .github/workflows/scan-container.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scan-container.yaml b/.github/workflows/scan-container.yaml index e7d07dd2..171bba66 100644 --- a/.github/workflows/scan-container.yaml +++ b/.github/workflows/scan-container.yaml @@ -41,6 +41,7 @@ jobs: - name: Run grype scanner uses: anchore/scan-action@v7 with: + fail-build: false image: ghcr.io/sap/cap-operator/${{ matrix.workload }}:${{ inputs.version || 'latest' }} output-file: 'vuln-grype-${{ matrix.workload }}.sarif'