mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-20 07:22:47 +00:00
remove --public-key-hash-algo, make verified-levels an array
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
@@ -44,7 +44,6 @@ var (
|
||||
ErrorInvalidHash = errors.New("invalid hash")
|
||||
ErrorNotPresent = errors.New("not present")
|
||||
ErrorInvalidPublicKey = errors.New("invalid public key")
|
||||
ErrorInvalidHashAlgo = errors.New("unsupported hash algorithm")
|
||||
ErrorInvalidVerificationResult = errors.New("verificationResult is not PASSED")
|
||||
ErrorMismatchVerifiedLevels = errors.New("verified levels do not match")
|
||||
ErrorMissingSubjectDigest = errors.New("missing subject digest")
|
||||
|
||||
Reference in New Issue
Block a user