-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Sigstore version 3 has a BREAKING API CHANGE: VerificationMaterials
has been removed.
The public verification APIs now accept sigstore.models.Bundle
.
However sigstore_verify.py is still using VerificationMaterials https://github.com/smallstep/ansible-collection-sigstore/blob/main/plugins/modules/sigstore_verify.py#L113C33-L113C54
Meaning, in order to use this ansible collection we need to force pip to install an older version of sigstore==2.1.5
Latest sigstore at time of this writing is sigstore-3.6.2
Metadata
Metadata
Assignees
Labels
No labels