File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : install sigstore-python
27
27
run : python -m pip install .
28
28
29
- - uses : sigstore/sigstore-conformance@fd90e6b0f3046f2276a6659481de6df495dea3b9 # v0.0.18
29
+ - uses : sigstore/sigstore-conformance@a7ac671d8e55553de127c8b1ad96d8d416315e83 # v0.0.19
30
30
with :
31
31
entrypoint : ${{ github.workspace }}/test/integration/sigstore-python-conformance
32
- xfail : " test_verify_dsse_bundle_with_trust_root " # see issue 1442
32
+ xfail : " test_verify*intoto-with-custom-trust-root] " # see issue 1442
Original file line number Diff line number Diff line change @@ -16,9 +16,19 @@ trust_config = {
16
16
"mediaType" : "application/vnd.dev.sigstore.clienttrustconfig.v0.1+json" ,
17
17
"signingConfig" : {
18
18
"mediaType" : "application/vnd.dev.sigstore.signingconfig.v0.2+json" ,
19
- "caUrls" : [{"url" : "https://fulcio.example.com" }],
19
+ "caUrls" : [{
20
+ "url" : "https://fulcio.example.com" ,
21
+ "majorApiVersion" : 1 ,
22
+ "operator" : "" ,
23
+ "validFor" : {"start" : "1970-01-01T01:01:01Z" }
24
+ }],
20
25
"oidcUrls" : [],
21
- "rekorTlogUrls" : [{"url" : "https://rekor.example.com" }],
26
+ "rekorTlogUrls" : [{
27
+ "url" : "https://rekor.example.com" ,
28
+ "majorApiVersion" : 1 ,
29
+ "operator" : "" ,
30
+ "validFor" : {"start" : "1970-01-01T01:01:01Z" }
31
+ }],
22
32
"tsaUrls" : [],
23
33
"rekorTlogConfig" : {"selector" : "ANY" },
24
34
"tsaConfig" : {"selector" : "ANY" },
You can’t perform that action at this time.
0 commit comments