Skip to content

Commit

Permalink
Update .github/workflows/snyk-security.yml
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: DAVID OKEAMAH  <[email protected]>
  • Loading branch information
OKEAMAH and sourcery-ai[bot] authored Jul 13, 2024
1 parent 50ca7dd commit af7af64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af7af64

Please sign in to comment.