adjus trivy behavior

This commit is contained in:
OCram85 2022-01-03 09:11:38 +01:00
parent 9f8133f58a
commit f09033f523
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ steps:
- name: "Trivy (next)"
image: aquasec/trivy
commands:
- "trivy image ocram85/blog:next"
- "trivy image --exit-code 1 --no-progress ocram85/blog:next"
---
kind: pipeline