Commit 649d46fa authored by Federico Falconieri's avatar Federico Falconieri
Browse files

fix: remove redundant before script

parent 8ab24891
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"