From 01f5e8cb5e8cbc6b5e56f51822d25f78a480aa9f Mon Sep 17 00:00:00 2001 From: Appu Goundan Date: Thu, 22 Feb 2024 17:19:22 -0500 Subject: [PATCH] Update conformance and xfail dsse tests Signed-off-by: Appu Goundan --- .github/workflows/conformance.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 1bdf43d5..e3316134 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -31,6 +31,7 @@ jobs: - name: Unpack sigstore-java distribution run: tar -xvf ${{ github.workspace }}/sigstore-cli/build/distributions/sigstore-cli-*.tar --strip-components 1 - - uses: sigstore/sigstore-conformance@c8d17eb7ee884cf86b93a3a3f471648fb0a83819 # v0.0.9 + - uses: sigstore/sigstore-conformance@7375951316d6b28d07f7406c01e1dc7de2a75ce7 # v0.0.10 with: entrypoint: ${{ github.workspace }}/bin/sigstore-cli + xfail: "test_verify_dsse_bundle_with_trust_root"