InspectorScoreDetails

Information about the factors that influenced the score that Amazon Inspector assigned for a finding.

Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images

Properties

Name Type Description
adjustedCvss object
View JSON Schema on GitHub

JSON Schema

ec2-image-builder-inspector-score-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-image-builder/refs/heads/main/json-schema/ec2-image-builder-inspector-score-details-schema.json",
  "title": "InspectorScoreDetails",
  "description": "Information about the factors that influenced the score that Amazon Inspector assigned for a finding.",
  "type": "object",
  "properties": {
    "adjustedCvss": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CvssScoreDetails"
        },
        {
          "description": "An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding."
        }
      ]
    }
  }
}