Conversation
Pin quay.io/argoproj/argocd:v2.12.3 to sha256:68894064bc381c19ea951029510aa614bd26bf46c2ec65ea445c7d8d095a9417 to guarantee image immutability and supply-chain integrity for control-plane GitOps manifests. Partially addresses #74. Assisted-by: Gemini 3.8 Flash via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
castrojo
force-pushed
the
sec/pin-argocd-image-digest
branch
from
September 10, 2026 00:06
d447ea5 to
c35c1f1
Compare
This was referenced Sep 12, 2026
hanthor
approved these changes
Sep 12, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Digest verified against live quay.io — approving
$ curl -H "Accept: application/vnd.oci.image.index.v1+json" \
https://quay.io/v2/argoproj/argocd/manifests/v2.12.3
docker-content-digest: sha256:68894064bc381c19ea951029510aa614bd26bf46c2ec65ea445c7d8d095a9417
Byte-identical to the diff. The tag is preserved alongside the digest (v2.12.3@sha256:…), which is the right form — the digest is what's enforced, the tag stays for human legibility, and they can't silently disagree because the registry rejects the pull if they do.
One line, build and unit both green, and it closes a mutable tag in a manifest that runs with cluster privileges.
Generated by Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Security Hardening
Pin
quay.io/argoproj/argocd:v2.12.3to digestsha256:68894064bc381c19ea951029510aa614bd26bf46c2ec65ea445c7d8d095a9417infiles/k0s/manifests/argocd/install.yamlto prevent mutable tag drift and ensure supply-chain integrity for control-plane GitOps deployments.Addresses finding in #74.
Verification
pytest tests/unit(Passed)python3 .github/scripts/docs-checks.py(Passed)just validate(Passed)