Commit 189cdb7e authored by Clement Bois's avatar Clement Bois
Browse files

fix: cache key for trivy

parent 99a616c9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ mvn-trivy:
    reports:
      container_scanning: "reports/jib-trivy-*.gitlab.json"
  cache:
    - key: "$CI_COMMIT_REF_SLUG-trivy"
      paths:
        - .trivycache/
  rules: