Merge pull request #1050 from gittuf/dependabot/github_actions/all-5c… #461
This file contains hidden or 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'] | |
permissions: read-all | |
jobs: | |
gittuf-verify: | |
if: github.repository == 'gittuf/gittuf' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install gittuf | |
uses: gittuf/gittuf-installer@172d0010e16eb0f54537f37fca567a8d4b0a56e5 | |
- name: Checkout and verify repository | |
run: | | |
sleep 10s | |
gittuf clone https://github.com/${{ github.repository }} | |
cd gittuf | |
gittuf verify-ref main --verbose |