-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIXME DO NOT MERGE IRRESPONSIBLE Add Cosign verification support
THIS MUST HAVE TOTAL CODE COVERAGE. type: cosignSigned, with the usual keyData/keyPath. Fulcio/Rekor is plausible _for the off-line rekor log entry proofs_, but not currently implemented. Tests first. NOTE: This only allows a single public key, not a keyring, unlike simple signing. That seems problematic, there are known users of that. But we can fix that later by adding keyDirectory and the like. NOTE: Cosign interoperability requires use of signedIdentity: matchRepository. The fairly useful signedIdentity: remapIdentity has no repository-match functionality. Signed-off-by: Miloslav Trmač <[email protected]>
- Loading branch information
Showing
10 changed files
with
1,549 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.