Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

fix: sign docker manifest #15

Merged
merged 1 commit into from
May 12, 2023
Merged

fix: sign docker manifest #15

merged 1 commit into from
May 12, 2023

Conversation

raffis
Copy link
Member

@raffis raffis commented May 12, 2023

Current situation

Currently only the docker images are signed but not the manifest. Meaning: cosign verify --certificate-identity-regexp=https://github.com/DoodleScheduling/k8sprom-patch-controller/.github/workflows/release.yaml@refs/tags/v0.2.1 --certificate-oidc-issuer=https://token.actions.githubusercontent.com ghcr.io/doodlescheduling/k8sprom-patch-controller:v0.2.1-amd64
works while cosign verify --certificate-identity-regexp=https://github.com/DoodleScheduling/k8sprom-patch-controller/.github/workflows/release.yaml@refs/tags/v0.2.1 --certificate-oidc-issuer=https://token.actions.githubusercontent.com ghcr.io/doodlescheduling/k8sprom-patch-controller:v0.2.1
does not.

Proposal

Sign both manifest and images.

@raffis raffis requested a review from a team as a code owner May 12, 2023 11:43
@github-actions
Copy link

Pull Request Test Coverage Report for Build 4958435156

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 66.975%

Totals Coverage Status
Change from base Build 4925530328: 0.0%
Covered Lines: 434
Relevant Lines: 648

💛 - Coveralls

@raffis raffis merged commit 56703b2 into master May 12, 2023
@raffis raffis deleted the fix-cosign branch May 12, 2023 12:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants