Minimum changes for secret scanning dry-runs (#24548)
Co-authored-by: Mariam <15mariams@github.com> Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
1. You must at least provide the name for your pattern, and a regular expression for the format of your secret pattern.
|
||||
1. You can click **More options {% octicon "chevron-down" aria-label="down" %}** to provide other surrounding content or additional match requirements for the secret format.
|
||||
1. Provide a sample test string to make sure your configuration is matching the patterns you expect.
|
||||
|
||||
{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5499 %}
|
||||

|
||||
1. When you are satisfied with your new custom pattern, click {% ifversion fpt or ghes > 3.2 or ghae or ghec %}**Create pattern**{% elsif ghes = 3.2 %}**Create custom pattern**{% endif %}.
|
||||
{% else %}
|
||||

|
||||
{% endif %}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
1. When you're satisfied with your new custom pattern, click {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5499 %}**Publish pattern**{% elsif ghes > 3.2 or ghae %}**Create pattern**{% elsif ghes = 3.2 %}**Create custom pattern**{% endif %}.
|
||||
6
data/reusables/secret-scanning/beta-dry-runs.md
Normal file
6
data/reusables/secret-scanning/beta-dry-runs.md
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** The dry run feature is currently in beta and subject to change.
|
||||
|
||||
{% endnote %}
|
||||
Reference in New Issue
Block a user