Skip to content

Commit

Permalink
Update conformance testing to yesterday's 0.0.9 release. (#35)
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 <[email protected]>
  • Loading branch information
steiza authored Dec 6, 2023
1 parent 450363b commit 7f57c14
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 7f57c14

Please sign in to comment.