Loading pipelines/docker.yml +1 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,7 @@ grype: # this job will fail only for vulnerabilities where there is an update available # users can whitelist vulnerabilities with a grype.yaml file # https://github.com/anchore/grype#specifying-matches-to-ignore before_script: - export GRYPE_IMAGE="${KANIKO_REGISTRY_IMAGE}:${KANIKO_DEV_TAG}" variables: GRYPE_IMAGE: ${KANIKO_REGISTRY_IMAGE}:${KANIKO_DEV_TAG} GRYPE_EXTRA_ARGS: "--only-fixed" GRYPE_FAIL_ON: "low" Loading
pipelines/docker.yml +1 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,7 @@ grype: # this job will fail only for vulnerabilities where there is an update available # users can whitelist vulnerabilities with a grype.yaml file # https://github.com/anchore/grype#specifying-matches-to-ignore before_script: - export GRYPE_IMAGE="${KANIKO_REGISTRY_IMAGE}:${KANIKO_DEV_TAG}" variables: GRYPE_IMAGE: ${KANIKO_REGISTRY_IMAGE}:${KANIKO_DEV_TAG} GRYPE_EXTRA_ARGS: "--only-fixed" GRYPE_FAIL_ON: "low"