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.
1 parent e92ff7b commit ee63a34Copy full SHA for ee63a34
.github/workflows/conformance.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: install sigstore-python
29
run: python -m pip install .
30
31
- - uses: sigstore/sigstore-conformance@b7856cfca56fe3f957d4cefdc2c359cc36a84e14 # v0.0.24
+ - uses: sigstore/sigstore-conformance@test-pytest-9 # TESTING
32
with:
33
entrypoint: ${{ github.workspace }}/test/integration/sigstore-python-conformance
34
xfail: "test_verify*intoto-with-custom-trust-root]" # see issue 1442
0 commit comments