-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCS-2401: (BAST-1546) Adding information about Delete and Dismiss scan results #1774
Changes from 2 commits
a171586
dd662ff
5529e62
9c105e9
7f357d1
129bc48
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 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. | ||
|
||
::: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ambiguous. What do you mean?
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "If you dismiss a scan result, the Admission Controller policies will no longer be affected by that scan result." |
||
|
||
## Running Images tab | ||
|
||
|
@@ -91,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 | ||
- Create [policy](install-the-admission-controller.mdx) to block vulnerable containers from deploying to your cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need this? I'm not sure we'd expect deleting a result to mean ALL results are removed for that image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree. This can be omitted as users likely expect this behavior.