Listing Vulnerability Reports

Browse and search for information about specific vulnerabilities that were detected in one or more targets in a compartment.

    1. Open the navigation menu and click Identity & Security. Under Scanning, click Vulnerability Reports.
    2. Select the compartment in which you created the target.
    3. (Optional) Filter the table of reports by selecting a value in Risk level.
    4. (Optional) Click the table columns to sort the reports.
    5. (Optional) To view a description of a specific vulnerability, click Show in the CVE description column.
    6. To view details about a specific vulnerability, click a report's CVE ID.

    A vulnerabilities report includes details about the affected resources and CVEs.

  • Use the oci vulnerability-scanning vulnerability list command and required parameters to retrieve information about specific vulnerabilities that were detected in one or more targets in a compartment:

    export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/vulnerability-scanning/vulnerability/list.html#cmdoption-compartment-id
    oci vulnerability-scanning vulnerability list --compartment-id $compartment_id

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the ListVulnerabilities operation to retrieve information about specific vulnerabilities that were detected in one or more targets in a compartment.