Listing Vulnerability Reports
Browse and search for information about specific vulnerabilities that were detected in one or more targets in a compartment.
- Open the navigation menu and select Identity & Security. Under Scanning, select Vulnerability Reports.
- Select the compartment in which you created the target.
- (Optional) Filter the table of reports by selecting a value in Risk level.
- (Optional) Select the table columns to sort the reports.
- (Optional) To view a description of a specific vulnerability, select Show in the CVE description column.
- 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.