Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sign docker manifest #11

Merged
merged 1 commit into from
May 12, 2023
Merged

fix: sign docker manifest #11

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:42
@github-actions
Copy link

Pull Request Test Coverage Report for Build 4958433450

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.7%) to 60.731%

Totals Coverage Status
Change from base Build 4925531339: 0.7%
Covered Lines: 266
Relevant Lines: 438

💛 - Coveralls

@raffis raffis merged commit 6653cb8 into master May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants