Skip to content

gittuf Verification #28

gittuf Verification

gittuf Verification #28

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