FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a8f5c1d6 authored by Dmitrii Unterov's avatar Dmitrii Unterov
Browse files

add missing env vars to scanning jobs

parent b2035048
No related branches found
No related tags found
1 merge request!123add missing env vars to scanning jobs
......@@ -32,6 +32,7 @@ ansible-7-container-scanning:
variables:
SCAN_IMAGE_NAME: ansible-playbook
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["ansible-7"]
ansible-devel:
......@@ -50,6 +51,7 @@ ansible-devel-container-scanning:
variables:
SCAN_IMAGE_NAME: ansible-playbook
SCAN_IMAGE_TAG: devel
WHEN_TO_RUN: "weekly"
needs: ["ansible-devel"]
ucam-webauth-proxy:
......@@ -65,6 +67,7 @@ ucam-webauth-proxy-container-scanning:
variables:
SCAN_IMAGE_NAME: ucam-webauth-proxy
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["ucam-webauth-proxy"]
ucam-shib-proxy:
......@@ -80,6 +83,7 @@ ucam-shib-proxy-container-scanning:
variables:
SCAN_IMAGE_NAME: ucam-shib-proxy
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["ucam-shib-proxy"]
ucam-shib3-proxy:
......@@ -95,6 +99,7 @@ ucam-shib3-proxy-container-scanning:
variables:
SCAN_IMAGE_NAME: ucam-shib3-proxy
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["ucam-shib3-proxy"]
ucam-mellon-proxy:
......@@ -111,6 +116,7 @@ ucam-mellon-proxy-container-scanning:
variables:
SCAN_IMAGE_NAME: ucam-mellon-proxy
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["ucam-mellon-proxy"]
prometheus-remote-writer:
......@@ -127,6 +133,7 @@ prometheus-remote-writer-container-scanning:
variables:
SCAN_IMAGE_NAME: prometheus-remote-writer
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["prometheus-remote-writer"]
# Dynamic pipeline configuration
......@@ -171,6 +178,7 @@ gcloud-docker-container-scanning:
variables:
SCAN_IMAGE_NAME: gcloud-docker
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["gcloud-docker"]
gcloud-docker-435.0.1:
......@@ -188,6 +196,7 @@ gcloud-docker-435.0.1-container-scanning:
variables:
SCAN_IMAGE_NAME: gcloud-docker
SCAN_IMAGE_TAG: 435.0.1
WHEN_TO_RUN: "weekly"
needs: ["gcloud-docker-435.0.1"]
photo-api-base-py-3-11:
......@@ -207,6 +216,7 @@ photo-api-base-py-3-11-container-scanning:
variables:
SCAN_IMAGE_NAME: photo-api-base
SCAN_IMAGE_TAG: py3.11-fr1.3.0s
WHEN_TO_RUN: "weekly"
needs: ["photo-api-base-py-3-11"]
# We use ~= when specifying the pre-commit version so the actual version
......@@ -228,6 +238,7 @@ pre-commit-3.3-container-scanning:
variables:
SCAN_IMAGE_NAME: pre-commit
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["pre-commit-3.3"]
commitlint:
......@@ -245,6 +256,7 @@ commitlint-container-scanning:
variables:
SCAN_IMAGE_NAME: commitlint
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["commitlint"]
release-it-16:
......@@ -263,4 +275,5 @@ release-it-16-container-scanning:
variables:
SCAN_IMAGE_NAME: release-it
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["release-it-16"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment