Skip to content
Snippets Groups Projects
Commit 9a046a64 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds type array

parent 9fabcd14
No related branches found
No related tags found
No related merge requests found
......@@ -187,28 +187,36 @@ spec:
default: --override-default-catalogers rpm-db-cataloger,alpm-db-cataloger,apk-db-cataloger,dpkg-db-cataloger,portage-cataloger
hadolint-job-tags:
description: tags to filter applicable runners for hadolint job
default: "[]"
type: array
default: []
kaniko-build-job-tags:
description: tags to filter applicable runners for kaniko build job
default: "[]"
type: array
default: []
dind-build-job-tags:
description: tags to filter applicable runners for dind build job
default: "[]"
type: array
default: []
buildah-build-job-tags:
description: tags to filter applicable runners for buildah build job
default: "[]"
type: array
default: []
healthcheck-job-tags:
description: tags to filter applicable runners for healthcheck job
default: "[]"
type: array
default: []
trivy-job-tags:
description: tags to filter applicable runners for trivy job
default: "[]"
type: array
default: []
sbom-job-tags:
description: tags to filter applicable runners for sbom job
default: "[]"
type: array
default: []
publish-job-tags:
description: tags to filter applicable runners for publish job
default: "[]"
type: array
default: []
---
# default workflow rules: Merge Request pipelines
......
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