|
|
|
@ -298,8 +298,15 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Verify the signed image with Cosign |
|
|
|
- name: Verify the signed image with Cosign |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
cosign verify --certificate-identity "${{ github.server_url }}/${{ github.workflow_ref }}" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ghcr.io/bitwarden/$_PROJECT_NAME:$_RELEASE_TAG |
|
|
|
cosign verify \ |
|
|
|
cosign verify --certificate-identity "${{ github.server_url }}/${{ github.workflow_ref }}" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ghcr.io/bitwarden/$_PROJECT_NAME:latest |
|
|
|
--certificate-identity "${{ github.server_url }}/${{ github.workflow_ref }}" \ |
|
|
|
|
|
|
|
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ |
|
|
|
|
|
|
|
ghcr.io/bitwarden/$_PROJECT_NAME:$_RELEASE_TAG |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cosign verify \ |
|
|
|
|
|
|
|
--certificate-identity "${{ github.server_url }}/${{ github.workflow_ref }}" \ |
|
|
|
|
|
|
|
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ |
|
|
|
|
|
|
|
ghcr.io/bitwarden/$_PROJECT_NAME:latest |
|
|
|
|
|
|
|
|
|
|
|
- name: Log out of Docker |
|
|
|
- name: Log out of Docker |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
@ -406,8 +413,15 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Verify the signed image with Cosign |
|
|
|
- name: Verify the signed image with Cosign |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
cosign verify --certificate-identity "${{ github.server_url }}/${{ github.workflow_ref }}" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ghcr.io/bitwarden/self-host:$_RELEASE_TAG |
|
|
|
cosign verify \ |
|
|
|
cosign verify --certificate-identity "${{ github.server_url }}/${{ github.workflow_ref }}" --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ghcr.io/bitwarden/self-host:latest |
|
|
|
--certificate-identity "${{ github.server_url }}/${{ github.workflow_ref }}" \ |
|
|
|
|
|
|
|
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ |
|
|
|
|
|
|
|
ghcr.io/bitwarden/self-host:$_RELEASE_TAG |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cosign verify \ |
|
|
|
|
|
|
|
--certificate-identity "${{ github.server_url }}/${{ github.workflow_ref }}" \ |
|
|
|
|
|
|
|
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ |
|
|
|
|
|
|
|
ghcr.io/bitwarden/self-host:latest |
|
|
|
|
|
|
|
|
|
|
|
- name: Log out of Docker |
|
|
|
- name: Log out of Docker |
|
|
|
run: docker logout ghcr.io |
|
|
|
run: docker logout ghcr.io |
|
|
|
|