Skip to content

Commit eec2fe4

Browse files
authored
Disable cosign verification by default (#199)
Since we can't sign the current builder, we also need to disable verification of it's signature. This avoids another chicken-egg-problem.
1 parent ccbad93 commit eec2fe4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ runs:
2525
- shell: bash
2626
run: |
2727
docker pull ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }}
28-
cosign verify \
29-
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
30-
--certificate-identity-regexp https://github.com/home-assistant/builder/.* \
31-
ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }}
3228
3329
- shell: bash
3430
id: builder

0 commit comments

Comments
 (0)