prepare initial release #2

Merged
OCram85 merged 11 commits from node into master 2022-01-04 09:27:51 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f09033f523 - Show all commits

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