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 select Identity & Security. Under Scanning, select Vulnerability Reports.
    2. To view the resources in a different compartment, use the Compartment filter to switch compartments.

      You must have permission to work in a compartment to see the resources in it. If you're not sure which compartment to use, contact an administrator. For more information, see Understanding Compartments.

    3. (Optional) Filter the table of reports by selecting a value in Risk level.
    4. (Optional) Select the table columns to sort the reports.
    5. (Optional) To view a description of a specific vulnerability, select Show in the CVE description column.
    6. To view details about a specific vulnerability, select 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.