-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi there
I happened to notice your cleanup task. It seems to be using a variant of the sigstore that I don't think it accounts for in the ghcr-cleanup-action.
deleting package id: 147574249 digest: sha256:c46a7c3c703da49ee911ad26aa7b50f9832fce2f886989f7ff14ac19fe450970 tag: sha256-f01382b35af6bdb9629002a2e60b5d969f7a5e1cfeaea933453b4cb898ead696.sig
In that case the action doesn't look for the suffix ".sig" so I don't think it would be making the correct association between the parent image and sig image. The usecase it currently accounts for (github attestation action) just uses a tag "sha256-f01382b35af6bdb9629002a2e60b5d969f7a5e1cfeaea933453b4cb898ead696" without the .sig. I think I need to add this usecase.
You might want to hold off further execution until I can validate that.
Rohan