diff --git a/cnb.yaml b/cnb.yaml index 7edf46a..c3781b5 100644 --- a/cnb.yaml +++ b/cnb.yaml @@ -73,6 +73,7 @@ spec: - "-layers=/layers" - "-helpers=${USE_CRED_HELPERS}" - "-group=/layers/group.toml" + - "-analyzed=/layers/analyzed.toml" - "${IMAGE}" imagePullPolicy: Always volumeMounts: @@ -100,6 +101,7 @@ spec: - "-helpers=${USE_CRED_HELPERS}" - "-app=/workspace" - "-group=/layers/group.toml" + - "-analyzed=/layers/analyzed.toml" - "${IMAGE}" imagePullPolicy: Always volumeMounts: