mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-25 22:41:47 +02:00
wip
This commit is contained in:
parent
65aa157d24
commit
c7847a59c1
@ -10,6 +10,7 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
KASM_RELEASE: "1.14.0"
|
KASM_RELEASE: "1.14.0"
|
||||||
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.14.0.7f3582.tar.gz"
|
TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.14.0.7f3582.tar.gz"
|
||||||
|
RUN_VULNERABILITY_SCANS: "false"
|
||||||
before_script:
|
before_script:
|
||||||
- export SANITIZED_BRANCH="$(echo $CI_COMMIT_REF_NAME | sed -r 's#^release/##' | sed 's/\//_/g')"
|
- export SANITIZED_BRANCH="$(echo $CI_COMMIT_REF_NAME | sed -r 's#^release/##' | sed 's/\//_/g')"
|
||||||
|
|
||||||
|
@ -153,6 +153,8 @@ scan_{{ IMAGE.name1 }}_{{ IMAGE.name2 }}:
|
|||||||
needs:
|
needs:
|
||||||
- build_{{ IMAGE.name1 }}_{{ IMAGE.name2 }}
|
- build_{{ IMAGE.name1 }}_{{ IMAGE.name2 }}
|
||||||
when: on_success
|
when: on_success
|
||||||
|
rules:
|
||||||
|
- if: ($RUN_VULNERABILITY_SCANS == "true" || $CI_COMMIT_BRANCH == "develop")
|
||||||
tags:
|
tags:
|
||||||
- oci-fixed-amd
|
- oci-fixed-amd
|
||||||
retry: 1
|
retry: 1
|
||||||
@ -186,6 +188,8 @@ scan_{{ IMAGE.name1 }}_{{ IMAGE.name2 }}:
|
|||||||
- $REVERT_IS_ROLLING
|
- $REVERT_IS_ROLLING
|
||||||
needs:
|
needs:
|
||||||
- build_{{ IMAGE.name1 }}_{{ IMAGE.name2 }}
|
- build_{{ IMAGE.name1 }}_{{ IMAGE.name2 }}
|
||||||
|
rules:
|
||||||
|
- if: ($RUN_VULNERABILITY_SCANS == "true" || $CI_COMMIT_BRANCH == "develop")
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
junit:
|
junit:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user