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 77cb659 commit 0d94227Copy full SHA for 0d94227
.github/workflows/conformance.yml
@@ -26,7 +26,7 @@ jobs:
26
run: npm ci
27
- name: Build sigstore-js
28
run: npm run build
29
- - uses: sigstore/sigstore-conformance@bcbeee6cda143ee50f852f22a96162b111bf8a71
+ - uses: sigstore/sigstore-conformance@2c7252ea71e5719372869e439ec872167b68341a
30
with:
31
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
32
xfail: "test_verify_with_trust_root"
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
environment: staging
0 commit comments