mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-24 16:33:19 +01:00
wip trivvy
This commit is contained in:
parent
69cd026a7a
commit
c6eb1b14af
@ -156,6 +156,10 @@ scan_{{ IMAGE.name1 }}_{{ IMAGE.name2 }}:
|
||||
tags:
|
||||
- oci-fixed-amd
|
||||
retry: 1
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
- $CI_PROJECT_DIR/trivy-report.xml
|
||||
parallel:
|
||||
matrix:
|
||||
- ARCH: [ "x86_64", "aarch64" ]
|
||||
@ -182,6 +186,10 @@ scan_{{ IMAGE.name1 }}_{{ IMAGE.name2 }}:
|
||||
- $REVERT_IS_ROLLING
|
||||
needs:
|
||||
- build_{{ IMAGE.name1 }}_{{ IMAGE.name2 }}
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
- $CI_PROJECT_DIR/trivy-report.xml
|
||||
when: on_success
|
||||
tags:
|
||||
- oci-fixed-amd
|
||||
|
Loading…
Reference in New Issue
Block a user