Merge pull request #1027 from gittuf/prepare-v0.11.0 #452
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@fe9ac76ca1aa34dfebacfdb3e5a7b31bfbff1f1c | |
- name: Checkout and verify repository | |
run: | | |
sleep 10s | |
gittuf clone https://github.com/${{ github.repository }} | |
cd gittuf | |
gittuf verify-ref main --verbose |