mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-18 02:56:31 +00:00
feat: support builderID matching with or without semver for GHA (#257)
* update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update
This commit is contained in:
@@ -21,6 +21,7 @@ var (
|
||||
ErrorUntrustedReusableWorkflow = errors.New("untrusted reusable workflow")
|
||||
ErrorNoValidRekorEntries = errors.New("could not find a matching valid signature entry")
|
||||
ErrorVerifierNotSupported = errors.New("no verifier support the builder")
|
||||
ErrorInvalidOIDCIssuer = errors.New("invalid OIDC issuer")
|
||||
ErrorNotSupported = errors.New("not supported")
|
||||
ErrorInvalidFormat = errors.New("invalid format")
|
||||
ErrorInvalidPEM = errors.New("invalid PEM")
|
||||
|
||||
Reference in New Issue
Block a user