Update secret scanning docs with new PLAID filter options (#53638)
Co-authored-by: Courtney Claessens <courtneycl@github.com>
This commit is contained in:
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 |
@@ -28,7 +28,11 @@ To help you triage alerts more effectively, {% data variables.product.company_sh
|
||||
* **Default** alerts
|
||||
* **Experimental** alerts
|
||||
|
||||

|
||||
{% ifversion secret-scanning-alert-experimental-list-toggle %}
|
||||

|
||||
{% else %}
|
||||

|
||||
{% 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 %} |
|
||||
|
||||
@@ -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'
|
||||
5
data/features/secret-scanning-alert-plaid-filters.yml
Normal file
5
data/features/secret-scanning-alert-plaid-filters.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Documentation for secret scanning public leak and additional detection filters (PLAID)
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>=3.17'
|
||||
Reference in New Issue
Block a user