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

adds documentation to new variables

parent 872d5b7c
No related branches found
No related tags found
No related merge requests found
Pipeline #150813 failed
......@@ -120,6 +120,41 @@
"description": "Set to `true` to disable the build cache.",
"type": "boolean",
"advanced": true
},
{
"name": "DOCKER_KANIKO_BUILD_JOB_TAGS",
"type": "array",
"description": "Tags to be used for selecting runners for the job",
"default": "[]",
"advanced": true
},
{
"name": "DOCKER_DIND_BUILD_JOB_TAGS",
"type": "array",
"description": "Tags to be used for selecting runners for the job",
"default": "[]",
"advanced": true
},
{
"name": "DOCKER_BUILDAH_BUILD_JOB_TAGS",
"type": "array",
"description": "Tags to be used for selecting runners for the job",
"default": "[]",
"advanced": true
},
{
"name": "DOCKER_PUBLISH_JOB_TAGS",
"type": "array",
"description": "Tags to be used for selecting runners for the job",
"default": "[]",
"advanced": true
},
{
"name": "DOCKER_PUBLISH_JOB_TAGS",
"type": "array",
"description": "Tags to be used for selecting runners for the job",
"default": "[]",
"advanced": true
}
],
"features": [
......@@ -138,6 +173,13 @@
"name": "DOCKER_HADOLINT_ARGS",
"description": "Additional `hadolint` arguments",
"advanced": true
},
{
"name": "DOCKER_HADOLINT_JOB_TAGS",
"type": "array",
"description": "Tags to be used for selecting runners for the job",
"default": "[]",
"advanced": true
}
]
},
......@@ -163,6 +205,13 @@
"name": "DOCKER_HEALTHCHECK_CONTAINER_ARGS",
"description": "Arguments sent to the running container for health check",
"advanced": true
},
{
"name": "DOCKER_HEALTHCHECK_JOB_TAGS",
"type": "array",
"description": "Tags to be used for selecting runners for the job",
"default": "[]",
"advanced": true
}
]
},
......@@ -205,6 +254,13 @@
"name": "DOCKER_TRIVY_JAVA_DB_REPOSITORY",
"description": "OCI repository to retrieve Trivy Java Database from",
"advanced": true
},
{
"name": "DOCKER_TRIVY_JOB_TAGS",
"type": "array",
"description": "Tags to be used for selecting runners for the job",
"default": "[]",
"advanced": true
}
]
},
......@@ -223,6 +279,13 @@
"description": "Options for syft used for SBOM analysis",
"default": "--override-default-catalogers rpm-db-cataloger,alpm-db-cataloger,apk-db-cataloger,dpkg-db-cataloger,portage-cataloger",
"advanced": true
},
{
"name": "DOCKER_SBOM_JOB_TAGS",
"type": "array",
"description": "Tags to be used for selecting runners for the job",
"default": "[]",
"advanced": true
}
]
}
......
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