Merge pull request #2684 from jku/update-tuf-conformance-to-1.0 #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
workflow_dispatch: | |
permissions: | |
contents: read | |
name: Conformance test | |
jobs: | |
conformance: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout conformance client | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- name: Run test suite | |
uses: theupdateframework/tuf-conformance@5ae68349ec6b85ae443c110d967ac21807f1cdb7 # v1.0.0 | |
with: | |
entrypoint: ".github/scripts/conformance-client.py" |