We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e887c23 + 0857c9e commit 9c32a52Copy full SHA for 9c32a52
.github/workflows/conformance.yml
@@ -35,8 +35,8 @@ jobs:
35
- name: Unpack sigstore-java distribution
36
run: tar -xvf ${{ github.workspace }}/sigstore-cli/build/distributions/sigstore-cli-*.tar --strip-components 1
37
38
- - uses: sigstore/sigstore-conformance@ee4de0e602873beed74cf9e49d5332529fe69bf6 # v0.0.11
+ - uses: sigstore/sigstore-conformance@6bd1c54e236c9517da56f7344ad16cc00439fe19 # v0.0.13
39
with:
40
entrypoint: ${{ github.workspace }}/bin/sigstore-cli
41
environment: ${{ matrix.sigstore-env }}
42
- xfail: "test_verify_dsse_bundle_with_trust_root"
+ xfail: "test_verify_dsse_bundle_with_trust_root test_verify_in_toto_in_dsse_envelope"
0 commit comments