Inspector Scan
This page documents function available when using the Inspector_Scan
module, created with @service Inspector_Scan
.
Index
Documentation
Main.Inspector_Scan.scan_sbom
— Methodscan_sbom(sbom)
scan_sbom(sbom, params::Dict{String,<:Any})
Scans a provided CycloneDX 1.5 SBOM and reports on any vulnerabilities discovered in that SBOM. You can generate compatible SBOMs for your resources using the Amazon Inspector SBOM generator.
Arguments
sbom
: The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"outputFormat"
: The output format for the vulnerability report.