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

adds changes for lint support

parent e3142805
No related branches found
No related tags found
No related merge requests found
Pipeline #150864 failed
...@@ -326,14 +326,14 @@ variables: ...@@ -326,14 +326,14 @@ variables:
DOCKER_TRIVY_DISABLED: $[[ inputs.trivy-disabled ]] DOCKER_TRIVY_DISABLED: $[[ inputs.trivy-disabled ]]
DOCKER_TRIVY_ADDR: $[[ inputs.trivy-addr ]] DOCKER_TRIVY_ADDR: $[[ inputs.trivy-addr ]]
DOCKER_SBOM_DISABLED: $[[ inputs.sbom-disabled ]] DOCKER_SBOM_DISABLED: $[[ inputs.sbom-disabled ]]
DOCKER_HADOLINT_JOB_TAGS: "Added for legacy lint and validation support with arrays" DOCKER_HADOLINT_JOB_TAGS: "$[[ inputs.hadolint-job-tags ]]"
DOCKER_KANIKO_BUILD_JOB_TAGS: "Added for legacy lint and validation support with arrays" DOCKER_KANIKO_BUILD_JOB_TAGS: "$[[ inputs.kaniko-build-job-tags ]]"
DOCKER_DIND_BUILD_JOB_TAGS: "Added for legacy lint and validation support with arrays" DOCKER_DIND_BUILD_JOB_TAGS: "$[[ inputs.dind-build-job-tags ]]"
DOCKER_BUILDAH_BUILD_JOB_TAGS: "Added for legacy lint and validation support with arrays" DOCKER_BUILDAH_BUILD_JOB_TAGS: "$[[ inputs.buildah-build-job-tags ]]"
DOCKER_HEALTHCHECK_JOB_TAGS: "Added for legacy lint and validation support with arrays" DOCKER_HEALTHCHECK_JOB_TAGS: "$[[ inputs.healthcheck-job-tags ]]"
DOCKER_DOCKER_TRIVY_JOB_TAGS: "Added for legacy lint and validation support with arrays" DOCKER_DOCKER_TRIVY_JOB_TAGS: "$[[ inputs.docker-trivy-job-tags ]]"
DOCKER_DOCKER_SBOM_JOB_TAGS: "Added for legacy lint and validation support with arrays" DOCKER_DOCKER_SBOM_JOB_TAGS: "$[[ inputs.docker-sbom-job-tags ]]"
DOCKER_DOCKER_PUBLISH_JOB_TAGS: "Added for legacy lint and validation support with arrays" DOCKER_DOCKER_PUBLISH_JOB_TAGS: "$[[ inputs.docker-publish-job-tags ]]"
# ================================================== # ==================================================
# Stages definition # Stages definition
......
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