Commit 861edc5e authored by Clement Bois's avatar Clement Bois
Browse files

fix: cache key for trivy

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