InspectorScanClient
Amazon Inspector Scan is a vulnerability discovery service that scans a provided Software Bill of Materials (SBOM) for security vulnerabilities.
Functions
Inherited functions
Link copied to clipboard
inline suspend fun InspectorScanClient.scanSbom(crossinline block: ScanSbomRequest.Builder.() -> Unit): ScanSbomResponse
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.
Link copied to clipboard
fun InspectorScanClient.withConfig(block: InspectorScanClient.Config.Builder.() -> Unit): InspectorScanClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.