Skip to content

Commit e548d43

Browse files
dependabot[bot]jku
andauthored
build(deps): bump the actions group with 1 update (#859)
* build(deps): bump the actions group with 1 update Bumps the actions group with 1 update: [sigstore/sigstore-conformance](https://github.com/sigstore/sigstore-conformance). Updates `sigstore/sigstore-conformance` from 0.0.9 to 0.0.10 - [Release notes](https://github.com/sigstore/sigstore-conformance/releases) - [Commits](sigstore/sigstore-conformance@c8d17eb...7375951) --- updated-dependencies: - dependency-name: sigstore/sigstore-conformance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * conformance: Set another test as xfail This has the same cause as the already defined xfail (there are several other tests that are also failing because missing --trusted-root flag but those tests happen to expect failure so are not showing up yet). Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 2835883 commit e548d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: install sigstore-python
2323
run: python -m pip install .
2424

25-
- uses: sigstore/sigstore-conformance@c8d17eb7ee884cf86b93a3a3f471648fb0a83819 # v0.0.9
25+
- uses: sigstore/sigstore-conformance@7375951316d6b28d07f7406c01e1dc7de2a75ce7 # v0.0.10
2626
with:
2727
entrypoint: ${{ github.workspace }}/test/integration/sigstore-python-conformance
28-
xfail: "test_verify_with_trust_root" # see issue 821
28+
xfail: "test_verify_with_trust_root test_verify_dsse_bundle_with_trust_root" # see issue 821

0 commit comments

Comments
 (0)