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