Skip to content

gittuf Verification #25

gittuf Verification

gittuf Verification #25

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