Skip to main content
Version: v0.19.0

has-sbom

Image must provide a Software Bill of Materials.

ProviderLevelTags
sbomWarningcompliance

Messages

TypeMessage
PassSBOM is available for this image.
FailNo SBOM could be generated or found for this image.

Playbook Example

rules:
- provider: sbom
rule: has-sbom

Condition

{
"==": [
{
"var": "results.sbom.has_sbom"
},
true
]
}