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 click Identity & Security. Under Scanning, click 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) Click the table columns to sort the reports.
- (Optional) To view a description of a specific vulnerability, click Show in the CVE description column.
- 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.