Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add helper function to parse signing algorithm according to rfc
Altough it is an option, it may not be beneficial to directly adjust the enum to mirror the standard described in the rfc because (1) existing cosign signatures would not be reused but instead new signatures would be appended because it seems the algorithm had changed (2) OCM cli expects algorithms to be upper case
- Loading branch information