orcasecurity/Orca Security - Container Image Scanning

Configures Orca CLI to run Container Image security scans

View on GitHub

Trust Signals

Scorecard Score
Scorecard 6–8scored Jul 6, 2026
Maintenance Recency
Stalelast commit Jan 1, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: orcasecurity/shiftleft-container-image-action@9cceca839ca144e6bb160a1d974d0656bcf71f22 # v1.0.6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api_tokenOrca API Token used for Authenticationyes
exit_codeExit code for failed execution due to policy violationsno
no_colorDisable color outputnofalse
project_keyProject Key nameyes
silentDisable logs and warnings outputnofalse
disable_err_reportSuppress error reporting to the monitoring platformnofalse
disable_secretDisables the secret detection scanningnofalse
hide_vulnerabilitiesDo not show detailed view of the vulnerabilities findingsnofalse
num_cpuNumber of logical CPUs to be used for secret scanning (default 10)no
ociScan an OCI imageno
tar_archiveScan a tar archived image. Input should be the path of the image .tar fileno
imageContainer Image to scanyes
formatFormat for displaying the resultsno
outputOutput directoryno
control_timeoutNumber of seconds the control has to execute before being canceledno
ignore_failed_exec_controlsIgnore any failures that happened while executing any of the controlsno
timeoutSet the maximum duration for the CLI execution. valid time units ("s", "m", "h")no
show_failed_issues_onlyShow only failed issues in CLI resultsnofalse
exceptions_filepathExceptions YAML filepath. (File should be mounted)no
custom_secret_controlsPath to custom secret controls file.no
console_outputPrints results to console in the provided format (only when --output is provided)no
configPath to configuration file (json, yaml or toml)no
show_annotationsShow github annotations on pull requestsnotrue
skip_remote_lookupDo not perform remote lookups for dependency information during the scannofalse
display_nameScan log display name (on Orca platform)no
hide_skipped_vulnerabilitiesfilter out skipped vulnerabilities from resultnofalse
max_secretSet the maximum secrets that can be found, when reaching this number secret scan will stopno
exclude_pathsList of paths to be excluded from scan (comma-separated). Example: './notToBeScanned/,example.tf'no
dependency_treeShow dependency origin tree of vulnerable packagesnofalse
debugDebug modenofalse
disable_active_verificationDisable active verificationnofalse
log_pathThe directory path to specify where the logs should be written to on debug mode. Default to the current working directoryno
image_correlation_idA unique identifier used to correlate an image across multiple scans, enabling issue management in the Orca platform (e.g., dismissing or snoozing issues across scans). Use this flag when image names vary between scans.no
namedescription
exit_codeThe exit code of the scan