Skip to content

Commit

Permalink
Update secret scanning docs with new PLAID filter options (#53638)
Browse files Browse the repository at this point in the history
Co-authored-by: Courtney Claessens <[email protected]>
  • Loading branch information
RobertBolender and courtneycl authored Dec 18, 2024
1 parent 60622c5 commit 6536909
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 %} |
Expand Down
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions data/features/secret-scanning-alert-plaid-filters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Documentation for secret scanning public leak and additional detection filters (PLAID)
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.17'

0 comments on commit 6536909

Please sign in to comment.