Skip to content

gittuf Verification #22

gittuf Verification

gittuf Verification #22

Workflow file for this run

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@5c0fb4a2a0dc9434598cf2e74bb601d76861fc97
- name: Checkout and verify repository
run: |
gittuf clone https://github.com/${{ github.repository }}
cd attestation-verifier
gittuf verify-ref main --verbose