fix trivy step
This commit is contained in:
parent
94b2c9c8ed
commit
725fc24cc6
@ -58,7 +58,7 @@ steps:
|
|||||||
- NGINX_BASE=1.21.6-alpine
|
- NGINX_BASE=1.21.6-alpine
|
||||||
|
|
||||||
- name: "Trivy (next)"
|
- name: "Trivy (next)"
|
||||||
image: aquasec/trivy
|
image: aquasec/trivy:0.24.3
|
||||||
failure: ignore
|
failure: ignore
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
@ -119,7 +119,8 @@ steps:
|
|||||||
- NGINX_BASE=1.21.6-alpine
|
- NGINX_BASE=1.21.6-alpine
|
||||||
|
|
||||||
- name: "Trivy (latest)"
|
- name: "Trivy (latest)"
|
||||||
image: aquasec/trivy
|
image: aquasec/trivy:0.24.3
|
||||||
|
failure: ignore
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
trivy image \
|
trivy image \
|
||||||
|
Loading…
Reference in New Issue
Block a user