Skip to content

Commit

Permalink
Remove cosign verify
Browse files Browse the repository at this point in the history
  • Loading branch information
pgschk committed Nov 20, 2024
1 parent c8e3a76 commit 8d00d4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,20 +166,8 @@ jobs:
DIGEST: ${{ needs.build.outputs.digest }}
COSIGN_EXPERIMENTAL: 1

- name: Verify image
run: cosign verify --certificate-identity "https://github.com/pgschk/alpine-toolkit/.github/workflows/publish-container.yml@refs/heads/main" --certificate-oidc-issuer="https://token.actions.githubusercontent.com" ghcr.io/pgschk/alpine-toolkit@${DIGEST} docker.io/pgschk/alpine-toolkit@${DIGEST}
env:
DIGEST: ${{ needs.build.outputs.digest }}
COSIGN_EXPERIMENTAL: 1

- name: Sign extended image
run: cosign sign --yes ghcr.io/pgschk/alpine-toolkit@${DIGEST} docker.io/pgschk/alpine-toolkit@${DIGEST}
env:
DIGEST: ${{ needs.build.outputs.digest-extended }}
COSIGN_EXPERIMENTAL: 1

- name: Verify pushed extended image
run: cosign verify --certificate-identity "https://github.com/pgschk/alpine-toolkit/.github/workflows/publish-container.yml@refs/heads/main" --certificate-oidc-issuer="https://token.actions.githubusercontent.com" ghcr.io/pgschk/alpine-toolkit@${DIGEST} docker.io/pgschk/alpine-toolkit@${DIGEST}
env:
DIGEST: ${{ needs.build.outputs.digest-extended }}
COSIGN_EXPERIMENTAL: 1
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Container CI](https://github.com/pgschk/alpine-toolkit/actions/workflows/publish-container.yml/badge.svg)](https://github.com/pgschk/alpine-toolkit/actions/workflows/publish-container.yml)
![GitHub release (with filter)](https://img.shields.io/github/v/release/pgschk/alpine-toolkit)
[![Daily Vulnerability Scan](https://github.com/pgschk/alpine-toolkit/actions/workflows/trivy-schedule.yml/badge.svg)](https://github.com/pgschk/alpine-toolkit/actions/workflows/trivy-schedule.yml)

# Alpine Toolkit

Expand Down

0 comments on commit 8d00d4d

Please sign in to comment.