|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * applications/odc-monitoring-project-and-application-metrics-using-developer-perspective.adoc |
| 4 | + |
| 5 | +:_content-type: PROCEDURE |
| 6 | +[id="odc-monitoring-your-application-image-vulnerabilities-metrics_{context}"] |
| 7 | += Monitoring your application and image vulnerabilities metrics |
| 8 | + |
| 9 | +After you create applications in your project and deploy them, use the *Developer* perspective in the web console to see the metrics for your application dependency vulnerabilities across your cluster. The metrics help you to analyze the following image vulnerabilities in detail: |
| 10 | + |
| 11 | +* Total count of vulnerable images in a selected project |
| 12 | +* Severity-based counts of all vulnerable images in a selected project |
| 13 | +* Drilldown into severity to obtain the details, such as count of vulnerabilities, count of fixable vulnerabilities, and number of affected pods for each vulnerable image |
| 14 | +
|
| 15 | +.Prerequisites |
| 16 | +* You have installed the Red Hat Quay Container Security operator from the Operator Hub. |
| 17 | ++ |
| 18 | +[NOTE] |
| 19 | +==== |
| 20 | +The Red Hat Quay Container Security operator detects vulnerabilities by scanning the images that are in the quay registry. |
| 21 | +==== |
| 22 | +
|
| 23 | +.Procedure |
| 24 | + |
| 25 | +. For a general overview of the image vulnerabilities, on the navigation panel of the *Developer* perspective, click *Project* to see the project dashboard. |
| 26 | + |
| 27 | +. Click *Image Vulnerabilities* in the *Status* section. The window that opens displays details such as *Vulnerable Container Images* and *Fixable Container Images*. |
| 28 | + |
| 29 | +. For a detailed vulnerabilities overview, click the *Vulnerabilities* tab on the project dashboard. |
| 30 | + |
| 31 | +.. To get more detail about an image, click its name. |
| 32 | + |
| 33 | +.. View the default graph with all types of vulnerabilities in the *Details* tab. |
| 34 | + |
| 35 | +.. Optional: Click the toggle button to view a specific type of vulnerability. For example, click *App dependency* to see vulnerabilities specific to application dependency. |
| 36 | + |
| 37 | +.. Optional: You can filter the list of vulnerabilities based on their *Severity* and *Type* or sort them by *Severity*, *Package*, *Type*, *Source*, *Current Version*, and *Fixed in Version*. |
| 38 | + |
| 39 | +.. Click a *Vulnerability* to get its associated details: |
| 40 | ++ |
| 41 | +* *Base image* vulnerabilities display information from a Red Hat Security Advisory (RHSA). |
| 42 | +* *App dependency* vulnerabilities display information from the Snyk security application. |
0 commit comments