diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index 3e3f1402da90..e5e922a8be19 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -63,7 +63,8 @@ jobs: # Runs Snyk Infrastructure as Code (IaC) analysis and uploads result to Snyk. # Use || true to not fail the pipeline. - name: Snyk IaC test and report - run: snyk iac test --report # || true + run: | + snyk iac test --report || echo "Snyk IaC test failed, but continuing pipeline" # Build the docker image for testing - name: Build a Docker image