Support image digest in MondooAuditConfig#1382
Merged
chris-rock merged 1 commit intomainfrom Feb 9, 2026
Merged
Conversation
Contributor
Add a Digest field to the Image struct allowing users to specify container images by digest (e.g., sha256:abc123...) instead of or in addition to tags. When digest is specified, it takes precedence over tag and skips image resolution. Closes #759 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
66face1 to
874c6fd
Compare
imilchev
approved these changes
Feb 9, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Digestfield to theImagestruct in MondooAuditConfig APIContainerImageResolverinterface to accept digest parameterCloses #759
Behavior
nametagdigestghcr.io/mondoohq/mondoo-operator/cnspec:12-rootlesscustom/imgcustom/img:12-rootlesscustom/imgv2custom/img:v2custom/imgsha256:abc...custom/img@sha256:abc...custom/imgv2sha256:abc...custom/img@sha256:abc...(digest wins)Test plan
make generate manifests- CRD includes newdigestfieldmake test- All tests pass including new digest testsmake lint- No linting errors🤖 Generated with Claude Code