|
2 | 2 | //
|
3 | 3 | // * operating/manage-vulnerabilities/common-vuln-management-tasks.adoc
|
4 | 4 |
|
5 |
| -:_mod-docs-content-type: CONCEPT |
| 5 | +:_mod-docs-content-type: PROCEDURE |
6 | 6 | [id="analyze-images-and-deployments-without-observed-cves_{context}"]
|
7 | 7 | = Analyze images and deployments without observed CVEs
|
8 | 8 |
|
9 |
| -When you select *Images without vulnerabilities*, the *Workload CVEs* page shows the images that meet at least one of the following conditions: |
| 9 | +When you view the list of images without vulnerabilities, {product-title-short} shows the images that meet at least one of the following conditions: |
10 | 10 |
|
11 | 11 | ** Images that do not have CVEs
|
12 | 12 | ** Images that report a scanner error that may result in a false negative of no CVEs
|
13 | 13 |
|
14 | 14 | [NOTE]
|
15 | 15 | ====
|
16 |
| -An image that actually contains vulnerabilities can appear in this list inadvertently. For example, if Scanner was able to scan the image and it is known to {rh-rhacs-first}, but the scan was not successfully completed, {product-title-short} cannot detect vulnerabilities. |
| 16 | +An image that actually contains vulnerabilities can appear in this list inadvertently. For example, if Scanner was able to scan the image and it is known to {rh-rhacs-first}, but the scan was not successfully completed, {product-title-short} cannot detect vulnerabilities. |
17 | 17 |
|
18 | 18 | This scenario occurs if an image has an operating system that {product-title-short} Scanner does not support. {product-title-short} displays scan errors when you hover over an image in the image list or click the image name for more information.
|
19 |
| -==== |
| 19 | +==== |
| 20 | + |
| 21 | +.Procedure |
| 22 | + |
| 23 | +. In the {product-title-short} portal, go to *Vulnerability Management* -> *Results*. |
| 24 | +. Click *More Views* and select *Images without CVEs*. |
| 25 | +. To filter the list of results by entity, for example, to search for a specific image, select the appropriate filters and attributes. |
| 26 | ++ |
| 27 | +To select multiple entities and attributes, click the right arrow icon to add another criteria. Depending on your choices, enter the appropriate information such as text, or select a date or object. |
| 28 | ++ |
| 29 | +The filter entities and attributes are listed in the following table. |
| 30 | ++ |
| 31 | +[NOTE] |
| 32 | +==== |
| 33 | +The *Filtered view* icon indicates that the displayed results were filtered based on the criteria that you selected. You can click *Clear filters* to remove all filters, or remove individual filters by clicking on them. |
| 34 | +==== |
| 35 | ++ |
| 36 | +.Filter options |
| 37 | +[cols="2",options="header"] |
| 38 | +|=== |
| 39 | +|Entity|Attributes |
| 40 | + |
| 41 | +|Image |
| 42 | +a| |
| 43 | +* *Name*: The name of the image. |
| 44 | +* *Operating system*: The operating system of the image. |
| 45 | +* *Tag*: The tag for the image. |
| 46 | +* *Label*: The label for the image. |
| 47 | +* *Registry*: The registry where the image is located. |
| 48 | + |
| 49 | +|Image Component |
| 50 | +a| |
| 51 | + |
| 52 | +* *Name*: The name of the image component, for example, `activerecord-sql-server-adapter` |
| 53 | +* *Source*: |
| 54 | +** OS |
| 55 | +** Python |
| 56 | +** Java |
| 57 | +** Ruby |
| 58 | +** Node.js |
| 59 | +** Go |
| 60 | +** Dotnet Core Runtime |
| 61 | +** Infrastructure |
| 62 | +
|
| 63 | +* *Version*: Version of the image component; for example, `3.4.21`. You can use this to search for a specific version of a component, for example, in conjunction with a component name. |
| 64 | +|Deployment |
| 65 | +a| |
| 66 | +* *Name*: Name of the deployment. |
| 67 | +* *Label*: Label for the deployment. |
| 68 | +* *Annotation*: The annotation for the deployment. |
| 69 | +* *Status*: Whether the deployment is inactive or active. |
| 70 | +|Namespace |
| 71 | +a| |
| 72 | +* *ID*: The `metadata.uid` of the namespace that is created by Kubernetes. |
| 73 | +* *Name*: The name of the namespace. |
| 74 | +* *Label*: The label for the namespace. |
| 75 | +* *Annotation*: The annotation for the namespace. |
| 76 | +|Cluster |
| 77 | +a| |
| 78 | +* *ID*: The alphanumeric ID for the cluster. This is an internal identifier that {product-title-short} assigns for tracking purposes. |
| 79 | +* *Name*: The name of the cluster. |
| 80 | +* *Label*: The label for the cluster. |
| 81 | +* *Type*: The cluster type, for example, OCP. |
| 82 | +* *Platform type*: The platform type, for example, OpenShift 4 cluster. |
| 83 | +|=== |
| 84 | +. Click one of the following tabs to view the data that you want: |
| 85 | +* *<number> Images*: Displays images that contain discovered vulnerabilities. |
| 86 | +* *<number> Deployments*: Displays deployments that contain discovered vulnerabilities. |
| 87 | +. Optional: Choose the appropriate method to re-organize the information in the page: |
| 88 | +* To select the categories that you want to display in the table, perform the following steps: |
| 89 | +.. Click *Columns*. |
| 90 | +.. Choose the appropriate method to manage the columns: |
| 91 | +*** To view all the categories, click *Select all*. |
| 92 | +*** To reset to the default categories, click *Reset to default*. |
| 93 | +*** To view only the selected categories, select the one or more categories that you want to view, and then click *Save*. |
| 94 | +*** To sort the table in ascending or descending order, select a column heading. |
| 95 | +. In the list of results, click an image name or deployment name to view more information about the item. |
0 commit comments