Skip to content

Commit

Permalink
fix missing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacheata authored Nov 4, 2024
1 parent d4c7b47 commit f133b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security-checks.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- if [ ! -e ${TRIVY_CACHE_DIR} ]; then mkdir -p ${TRIVY_CACHE_DIR}; fi
# Create trivyignore.yaml if it doesn't exist yet
- |
if [ ! -e ${TRIVY_IGNOREFILE_DIR} ]; then echo "ambient_trivyignore_placeholder: None" > ${TRIVY_IGNOREFILE_DIR}; fi
if [ ! -e ${TRIVY_IGNOREFILE_DIR} ]; then echo "ambient_trivyignore_placeholder: None" > ${TRIVY_IGNOREFILE_DIR}; fi
allow_failure: true
script:
# Image report (Operating System Vulnerabilities)
Expand Down

0 comments on commit f133b69

Please sign in to comment.