jarfernandez/Check Image

Validate container images against security and operational standards

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageContainer image to validate (e.g., nginx:latest, ghcr.io/org/app:1.0)yes
configPath to config file for the all command (relative to repo root)no""
checksComma-separated list of checks to run (mutually exclusive with skip)no""
skipComma-separated list of checks to skip (mutually exclusive with checks)no""
fail-fastStop on first check failurenofalse
max-ageMaximum image age in daysno""
max-sizeMaximum image size in MBno""
max-layersMaximum number of layersno""
allowed-portsComma-separated list of allowed ports or @file path (relative to repo root)no""
registry-policyPath to registry policy file (relative to repo root)no""
labels-policyPath to labels policy file (relative to repo root)no""
secrets-policyPath to secrets policy file (relative to repo root)no""
skip-env-varsSkip environment variable checks in secrets detectionnofalse
skip-filesSkip file system checks in secrets detectionnofalse
allowed-platformsComma-separated list of allowed platforms or @file path (relative to repo root)no""
allow-shell-formAllow shell form for entrypoint or cmd without failingnofalse
log-levelLog level (trace, debug, info, warn, error, fatal, panic)noinfo
versionVersion of check-image to useno1.0.0
namedescription
resultValidation result: passed, failed, or error
jsonFull JSON output from check-image