Align comment with code (#812)

This commit is contained in:
Clemens Buchacher
2021-01-21 08:09:42 +01:00
committed by GitHub
parent 1f17e71dce
commit dd35bfd1a1

View File

@@ -1594,7 +1594,7 @@ trivy:
- ./trivy --exit-code 0 --cache-dir .trivycache/ --no-progress --format template --template "@contrib/gitlab.tpl" -o gl-container-scanning-report.json $IMAGE
# Print report
- ./trivy --exit-code 0 --cache-dir .trivycache/ --no-progress --severity HIGH $IMAGE
# Fail on high and critical vulnerabilities
# Fail on severe vulnerabilities
- ./trivy --exit-code 1 --cache-dir .trivycache/ --severity CRITICAL --no-progress $IMAGE
cache:
paths: