Skip to content

Commit

Permalink
Revert "Disable cosign verification by default (#199)"
Browse files Browse the repository at this point in the history
This reverts commit eec2fe4.
  • Loading branch information
agners committed Mar 20, 2024
1 parent 5940826 commit 3e08891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ runs:
- shell: bash
run: |
docker pull ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }}
cosign verify \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp https://github.com/home-assistant/builder/.* \
ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }}
- shell: bash
id: builder
Expand Down

0 comments on commit 3e08891

Please sign in to comment.