feat: add attest-images action for container image build provenance attestation
#1887
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: Internal - Pull request - Continuous Integration | |
| on: # yamllint disable-line rule:truthy | |
| merge_group: | |
| pull_request: | |
| branches: [main] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: {} | |
| jobs: | |
| ci: | |
| uses: ./.github/workflows/__shared-ci.yml | |
| permissions: | |
| actions: read | |
| attestations: write | |
| contents: read | |
| id-token: write | |
| issues: write | |
| packages: write | |
| pull-requests: write | |
| security-events: write | |
| statuses: write | |
| secrets: | |
| CI_BOT_APP_PRIVATE_KEY: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }} |