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:
laurentsimon
2022-09-15 14:32:03 -07:00
committed by GitHub
parent cddba700c8
commit 533d347a4b
16 changed files with 571 additions and 298 deletions
+1
View File
@@ -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")