Skip to content

Commit ad6b024

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents 6774296 + 2ee539b commit ad6b024

6 files changed

Lines changed: 17 additions & 3 deletions

File tree

-489 Bytes
Loading
94.8 KB
Loading
3.9 KB
Loading

content/code-security/getting-started/about-securing-your-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ These features are available {% if currentVersion == "free-pro-team@latest" %}fo
6262

6363
Automatically detect security vulnerabilities and coding errors in new or modified code. Potential problems are highlighted, with detailed information, allowing you to fix the code before it's merged into your default branch. For more information, see "[About code scanning](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning)."
6464

65-
- **Detected secrets**
65+
- **{% data variables.product.prodname_secret_scanning_caps %} alerts**
6666

6767
{% if currentVersion == "free-pro-team@latest" %}For private repositories, view {% else %}View {% endif %}any secrets that {% data variables.product.prodname_dotcom %} has found in your code. You should treat tokens or credentials that have been checked into the repository as compromised. For more information, see "[About secret scanning](/github/administering-a-repository/about-secret-scanning)."
6868

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@3.0" %}
2+
13
{% note %}
24

35
**Note:** The {% data variables.product.prodname_secret_scanning %} API is currently in beta and subject to change.
46

57
{% endnote %}
8+
9+
{% endif %}

data/reusables/secret-scanning/beta.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
1+
{% if currentVersion == "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}
22
{% note %}
33

4-
**Note:** {% data variables.product.prodname_secret_scanning_caps %} for organization-owned{% if currentVersion == "free-pro-team@latest" %} private{% endif %} repositories is currently in beta and subject to change.
4+
**Note:** {% data variables.product.prodname_secret_scanning_caps %} for organization-owned repositories is currently in beta and subject to change.
5+
6+
{% endnote %}
7+
8+
{% endif %}
9+
{% if currentVersion ver_gt "enterprise-server@3.0" %}
10+
11+
{% note %}
12+
13+
**Note:** {% data variables.product.prodname_secret_scanning_caps %} is in beta in {% data variables.product.prodname_ghe_server %} 3.0. For the generally available release of secret scanning, upgrade to the latest release of {% data variables.product.prodname_ghe_server %}.
14+
515

616
{% endnote %}
717

0 commit comments

Comments
 (0)