Skip to content

Commit dc88521

Browse files
authored
Merge pull request github#22128 from github/repo-sync
repo sync
2 parents f99b123 + 42c7d19 commit dc88521

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/code-security/secret-scanning/protecting-pushes-with-secret-scanning.md

+11
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ If you confirm a secret is real and that you intend to fix it later, you should
8686

8787
{% data reusables.secret-scanning.push-protection-multiple-branch-note %}
8888

89+
{% ifversion ghes < 3.6 or ghae < 3.6 %}
90+
91+
{% tip %}
92+
93+
**Tip:** You can use {% data variables.product.prodname_secret_scanning %} as a push protection from the web UI, as well as the command line, in {% data variables.product.product_name %} version 3.6 or later.
94+
95+
{% endtip %}
96+
97+
{% endif %}
98+
8999
### Allowing a blocked secret to be pushed
90100

91101
If {% data variables.product.prodname_dotcom %} blocks a secret that you believe is safe to push, you can allow the secret and specify the reason why it should be allowed.
@@ -137,4 +147,5 @@ If you confirm a secret is real and that you intend to fix it later, you should
137147

138148
1. Click **Allow secret**.
139149

150+
140151
{% endif %}

0 commit comments

Comments
 (0)