From a171586ae1ebba529a7830fa466ca1ee29f8e17e Mon Sep 17 00:00:00 2001 From: Lucas Sampaio Date: Mon, 18 Nov 2024 16:33:01 -0800 Subject: [PATCH 1/5] BAST-1546: Adding some information about the Delete and Dismiss scan results feature --- .../understanding-scan-results.mdx | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/calico-cloud/image-assurance/understanding-scan-results.mdx b/calico-cloud/image-assurance/understanding-scan-results.mdx index 21f6c42ba4..f8f11b6eaa 100644 --- a/calico-cloud/image-assurance/understanding-scan-results.mdx +++ b/calico-cloud/image-assurance/understanding-scan-results.mdx @@ -11,7 +11,32 @@ In the left navbar in Manager UI, click **Image Assurance**, **All Scanned Image ## All Scanned Images tab This tab lists scanned images if you have enabled or used one of the [Image Assurance scanners](./scanners/overview). -To manage your scan results, you can filter the list results or delete particular scan result items. + +#### Filter Scan Results + +You can use different combinations of filters to refine your results, making it easier to monitor and focus on relevant vulnerabilities for your remediation efforts. + +#### Delete Scan Results + +If a scan result is no longer relevant to your remediation effort, you can delete it by selecting multiple results and choosing the **Delete** option from the Bulk Actions dropdown. + +:::note + +**Deleted Results**: Deleting a scan result removes it from the **All Scanned Images** tab. However, if the image is currently running, its result will still appear in the **Running Images** tab, with the number of instances tracked. + +::: + +#### Dismiss/Restore Scan Results Temporarily + +If you want to temporarily hide scan results that are not important at the moment (e.g., "noise" or less critical vulnerabilities), you can dismiss them by selecting the rows and choosing the **Dismiss** option from the Bulk Actions dropdown. + +Dismissed results can be accessed at any time for future review by enabling the **Dismissed** toggle filter. To restore them you can select the rows and choose the **Restore** option from the Bulk Actions dropdown. + +:::note + +**Dismissed Results**: While a scan result is dismissed, it will have no impact on the Admission Controller policies. + +::: ## Running Images tab From dd662ff8feba45eed779dacb8b51b71e50ac134f Mon Sep 17 00:00:00 2001 From: Lucas Secchin Date: Tue, 19 Nov 2024 09:37:10 -0800 Subject: [PATCH 2/5] BAST-1546: Update the Delete Results NOTE --- calico-cloud/image-assurance/understanding-scan-results.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calico-cloud/image-assurance/understanding-scan-results.mdx b/calico-cloud/image-assurance/understanding-scan-results.mdx index f8f11b6eaa..4f53985d8c 100644 --- a/calico-cloud/image-assurance/understanding-scan-results.mdx +++ b/calico-cloud/image-assurance/understanding-scan-results.mdx @@ -22,7 +22,7 @@ If a scan result is no longer relevant to your remediation effort, you can delet :::note -**Deleted Results**: Deleting a scan result removes it from the **All Scanned Images** tab. However, if the image is currently running, its result will still appear in the **Running Images** tab, with the number of instances tracked. +**Deleted Results**: Deleting a scan result removes it from the **All Scanned Images** tab. However, if the image is currently running, its record will still appear in the **Running Images** tab, with the number of instances tracked. ::: @@ -116,4 +116,4 @@ Images without associated CVEs are not included in the exported data (regardless ## Next steps - [Set up alerts on vulnerabilities](set-up-alerts.mdx) -- Create [policy](install-the-admission-controller.mdx) to block vulnerable containers from deploying to your cluster \ No newline at end of file +- Create [policy](install-the-admission-controller.mdx) to block vulnerable containers from deploying to your cluster From 5529e62c5d00b4be7befa05cfbaae297d25eaef0 Mon Sep 17 00:00:00 2001 From: Lucas Sampaio Date: Mon, 25 Nov 2024 08:24:23 -0800 Subject: [PATCH 3/5] BAST-1546: Making Delete or Restore information more condensed --- .../understanding-scan-results.mdx | 30 +++---------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/calico-cloud/image-assurance/understanding-scan-results.mdx b/calico-cloud/image-assurance/understanding-scan-results.mdx index 4f53985d8c..d4a2e82d7b 100644 --- a/calico-cloud/image-assurance/understanding-scan-results.mdx +++ b/calico-cloud/image-assurance/understanding-scan-results.mdx @@ -11,32 +11,10 @@ In the left navbar in Manager UI, click **Image Assurance**, **All Scanned Image ## All Scanned Images tab This tab lists scanned images if you have enabled or used one of the [Image Assurance scanners](./scanners/overview). - -#### Filter Scan Results - -You can use different combinations of filters to refine your results, making it easier to monitor and focus on relevant vulnerabilities for your remediation efforts. - -#### Delete Scan Results - -If a scan result is no longer relevant to your remediation effort, you can delete it by selecting multiple results and choosing the **Delete** option from the Bulk Actions dropdown. - -:::note - -**Deleted Results**: Deleting a scan result removes it from the **All Scanned Images** tab. However, if the image is currently running, its record will still appear in the **Running Images** tab, with the number of instances tracked. - -::: - -#### Dismiss/Restore Scan Results Temporarily - -If you want to temporarily hide scan results that are not important at the moment (e.g., "noise" or less critical vulnerabilities), you can dismiss them by selecting the rows and choosing the **Dismiss** option from the Bulk Actions dropdown. - -Dismissed results can be accessed at any time for future review by enabling the **Dismissed** toggle filter. To restore them you can select the rows and choose the **Restore** option from the Bulk Actions dropdown. - -:::note - -**Dismissed Results**: While a scan result is dismissed, it will have no impact on the Admission Controller policies. - -::: +To manage your scan results, you can filter, dismiss, or delete them: +* **Filter:** Apply different combinations of filters to refine your results, making it easier to focus on relevant vulnerabilities for remediation. +* **Dismiss:** Temporarily hide scan results that are not immediately important. Dismissed scan results will be marked as 'Unknown', and you can review or restore them by enabling the Dismissed toggle filter and turning it on. +* **Delete:** Permanently remove scan results that are no longer relevant to your remediation efforts. ## Running Images tab From 9c105e965e1f7bdd371a1f70d9392975aafca5c8 Mon Sep 17 00:00:00 2001 From: Lucas Secchin Date: Mon, 25 Nov 2024 09:10:22 -0800 Subject: [PATCH 4/5] BAST-1546: Removing unnecessary 'toggle' word. --- calico-cloud/image-assurance/understanding-scan-results.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calico-cloud/image-assurance/understanding-scan-results.mdx b/calico-cloud/image-assurance/understanding-scan-results.mdx index d4a2e82d7b..15f466cb3d 100644 --- a/calico-cloud/image-assurance/understanding-scan-results.mdx +++ b/calico-cloud/image-assurance/understanding-scan-results.mdx @@ -13,7 +13,7 @@ In the left navbar in Manager UI, click **Image Assurance**, **All Scanned Image This tab lists scanned images if you have enabled or used one of the [Image Assurance scanners](./scanners/overview). To manage your scan results, you can filter, dismiss, or delete them: * **Filter:** Apply different combinations of filters to refine your results, making it easier to focus on relevant vulnerabilities for remediation. -* **Dismiss:** Temporarily hide scan results that are not immediately important. Dismissed scan results will be marked as 'Unknown', and you can review or restore them by enabling the Dismissed toggle filter and turning it on. +* **Dismiss:** Temporarily hide scan results that are not immediately important. Dismissed scan results will be marked as 'Unknown', and you can review or restore them by enabling the Dismissed filter and turning it on. * **Delete:** Permanently remove scan results that are no longer relevant to your remediation efforts. ## Running Images tab From 7f357d1bd1125bc0d921aeb23d3850f8c9ae7a4d Mon Sep 17 00:00:00 2001 From: Lucas Sampaio Date: Mon, 25 Nov 2024 09:59:49 -0800 Subject: [PATCH 5/5] BAST-1546: Improving the wording for Delete or Restore feature description --- calico-cloud/image-assurance/understanding-scan-results.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calico-cloud/image-assurance/understanding-scan-results.mdx b/calico-cloud/image-assurance/understanding-scan-results.mdx index d4a2e82d7b..b84aa610d4 100644 --- a/calico-cloud/image-assurance/understanding-scan-results.mdx +++ b/calico-cloud/image-assurance/understanding-scan-results.mdx @@ -13,8 +13,8 @@ In the left navbar in Manager UI, click **Image Assurance**, **All Scanned Image This tab lists scanned images if you have enabled or used one of the [Image Assurance scanners](./scanners/overview). To manage your scan results, you can filter, dismiss, or delete them: * **Filter:** Apply different combinations of filters to refine your results, making it easier to focus on relevant vulnerabilities for remediation. -* **Dismiss:** Temporarily hide scan results that are not immediately important. Dismissed scan results will be marked as 'Unknown', and you can review or restore them by enabling the Dismissed toggle filter and turning it on. -* **Delete:** Permanently remove scan results that are no longer relevant to your remediation efforts. +* **Dismiss:** Hide specific results from the scan results list. You can view a list of dismissed scan results by using the **Dismissed** filter. +* **Delete:** Permanently remove specific results from the scan results list. ## Running Images tab