File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88use Php \Pie \SelfManage \Update \ReleaseMetadata ;
99use Php \Pie \Util \Emoji ;
1010use Symfony \Component \Console \Output \OutputInterface ;
11- use ThePhpFoundation \Attestation \Extension ;
1211use ThePhpFoundation \Attestation \FilenameWithChecksum ;
12+ use ThePhpFoundation \Attestation \FulcioSigstoreOidExtensions ;
1313use ThePhpFoundation \Attestation \Verification \Exception \FailedToVerifyArtifact ;
1414use ThePhpFoundation \Attestation \Verification \VerifyAttestation ;
1515
@@ -20,9 +20,9 @@ final class FallbackVerificationUsingOpenSsl implements VerifyPiePhar
2020{
2121 /** @link https://github.com/sigstore/fulcio/blob/main/docs/oid-info.md#136141572641--fulcio */
2222 private const ATTESTATION_CERTIFICATE_EXPECTED_EXTENSION_VALUES = [
23- Extension ::ISSUER_V2 => 'https://token.actions.githubusercontent.com ' ,
24- Extension ::SOURCE_REPOSITORY_URI => 'https://github.com/php/pie ' ,
25- Extension ::SOURCE_REPOSITORY_OWNER_URI => 'https://github.com/php ' ,
23+ FulcioSigstoreOidExtensions ::ISSUER_V2 => 'https://token.actions.githubusercontent.com ' ,
24+ FulcioSigstoreOidExtensions ::SOURCE_REPOSITORY_URI => 'https://github.com/php/pie ' ,
25+ FulcioSigstoreOidExtensions ::SOURCE_REPOSITORY_OWNER_URI => 'https://github.com/php ' ,
2626 ];
2727
2828 private const ORGANISATION = 'php ' ;
You can’t perform that action at this time.
0 commit comments