Skip to content

Commit

Permalink
Update conformance testing to yesterday's 0.0.9 release.
Browse files Browse the repository at this point in the history
In that release we ended up removing the `supports-trusted-root`
option from the conformance test Action.

Signed-off-by: Zach Steindler <steiza@github.com>
  • Loading branch information
steiza committed Dec 6, 2023
1 parent a9c6a48 commit 3c9789c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:

- run: go build -o conformance cmd/conformance/main.go

- uses: sigstore/sigstore-conformance@main # maybe we should pin this in the future, once sigstore-conformance development slows down?
- uses: sigstore/sigstore-conformance@c8d17eb7ee884cf86b93a3a3f471648fb0a83819 # v0.0.9
with:
entrypoint: ${{ github.workspace }}/conformance
skip-signing: true
supports-trusted-root: true

0 comments on commit 3c9789c

Please sign in to comment.