1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Update secret scanning docs with new PLAID filter options (#53638)

Co-authored-by: Courtney Claessens <courtneycl@github.com>
This commit is contained in:
Robert Bolender
2024-12-18 13:14:36 -08:00
committed by GitHub
parent 60622c5347
commit 6536909ce6
5 changed files with 17 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 152 KiB

View File

@@ -28,7 +28,11 @@ To help you triage alerts more effectively, {% data variables.product.company_sh
* **Default** alerts
* **Experimental** alerts
![Screenshot of the {% data variables.product.prodname_secret_scanning %} alert view. The button to toggle between "Default" and "Experimental" alerts is highlighted with an orange outline.](/assets/images/help/security/secret-scanning-default-alert-view.png)
{% ifversion secret-scanning-alert-experimental-list-toggle %}
![Screenshot of the {% data variables.product.prodname_secret_scanning %} alert view. The button to toggle between "Default" and "Experimental" alerts is highlighted with an orange outline.](/assets/images/enterprise/3.16/help/security/secret-scanning-default-alert-view.png)
{% else %}
![Screenshot of the {% data variables.product.prodname_secret_scanning %} alert view. The sidebar menu items for "Default" and "Experimental" alerts are highlighted with an orange outline.](/assets/images/help/security/secret-scanning-default-alert-view.png)
{% endif %}
{% else %}
* **High confidence** alerts.
@@ -99,6 +103,10 @@ You can apply various filters to the alerts list to help you find the alerts you
|---------|-----------|
|`is:open`|Displays open alerts.|
|`is:closed`|Displays closed alerts.|
| {% ifversion secret-scanning-alert-plaid-filters %} |
|`is:publicly-leaked`|Displays alerts for secrets that have been found in a public repository.|
|`is:multi-repository`|Displays alerts for secrets that have been found in more than one repository within the same organization or enterprise.|
| {% endif %} |
| {% ifversion secret-scanning-bypass-filter %} |
|`bypassed: true`|Displays alerts for secrets where push protection has been bypassed. For more information, see [AUTOTITLE](/code-security/secret-scanning/introduction/about-push-protection).|
| {% endif %} |

View File

@@ -0,0 +1,3 @@
# Documentation for secret scanning experimental alert list, the top-right toggle was removed in 3.17 in favor of the left sidebar item
versions:
ghes: '>=3.16 <3.17'

View File

@@ -0,0 +1,5 @@
# Documentation for secret scanning public leak and additional detection filters (PLAID)
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.17'