Add PsTypeName post #14
24
.drone.yml
24
.drone.yml
@ -57,7 +57,17 @@ steps:
|
||||
- name: "Trivy (next)"
|
||||
image: aquasec/trivy
|
||||
commands:
|
||||
- "trivy image --exit-code 1 --no-progress ocram85/blog:next"
|
||||
- |
|
||||
trivy image \
|
||||
--severity UNKNOWN,LOW,MEDIUM \
|
||||
--no-progress \
|
||||
ocram85/blog:next
|
||||
- |
|
||||
trivy image \
|
||||
--exit-code 1 \
|
||||
--severity HIGH,CRITICAL \
|
||||
--no-progress \
|
||||
ocram85/blog:next
|
||||
|
||||
- name: "Trigger Service Update"
|
||||
image: ocram85/portainer-serviceupdate
|
||||
@ -104,7 +114,17 @@ steps:
|
||||
- name: "Trivy (latest)"
|
||||
image: aquasec/trivy
|
||||
commands:
|
||||
- "trivy image --exit-code 1 --no-progress ocram85/blog:latest"
|
||||
- |
|
||||
trivy image \
|
||||
--severity UNKNOWN,LOW,MEDIUM \
|
||||
--no-progress \
|
||||
ocram85/blog:latest
|
||||
- |
|
||||
trivy image \
|
||||
--exit-code 1 \
|
||||
--severity HIGH,CRITICAL \
|
||||
--no-progress \
|
||||
ocram85/blog:latest
|
||||
|
||||
- name: "Trigger Service Update"
|
||||
image: ocram85/portainer-serviceupdate
|
||||
|
Loading…
Reference in New Issue
Block a user