Merge pull request #2 from gittuf/dependabot/github_actions/gittuf/gi… #9
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: | |
push: | |
branches: | |
- main | |
jobs: | |
gittuf-verify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install gittuf | |
uses: gittuf/gittuf-installer@fe644793aaaa419fef63800d5cf318663aa93105 | |
- name: Checkout and verify repository | |
run: | | |
gittuf clone https://github.com/${{ github.repository }} | |
cd ci-demo | |
gittuf verify-ref main |