gittuf Verification #6
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
name: gittuf Verification | |
on: | |
workflow_run: | |
workflows: ["Record change to main branch"] | |
branches: [main] | |
types: | |
- completed | |
jobs: | |
gittuf-verify: | |
if: github.repository == 'in-toto/attestation-verifier' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install gittuf | |
uses: gittuf/gittuf-installer@8ce8fbd070477ec72678151e82b82c3d866d9fcd | |
with: | |
gittuf-version: main | |
- name: Checkout and verify repository | |
run: | | |
gittuf clone https://github.com/${{ github.repository }} | |
cd attestation-verifier | |
gittuf verify-ref main --verbose |