Skip to content

Commit db1d183

Browse files
authored
Merge pull request #23204 from github/repo-sync
repo sync
2 parents 4959b67 + f7b37bb commit db1d183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ jobs:
9696
name: 'gcloud'
9797
run: |-
9898
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
99-
gcloud config list
99+
gcloud services list
100100
```
101101
{% endraw %}

content/code-security/secret-scanning/about-secret-scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For more information about viewing and resolving {% data variables.product.prodn
7272
Repository administrators and organization owners can grant users and teams access to {% data variables.product.prodname_secret_scanning %} alerts. For more information, see "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts)."
7373

7474
{% ifversion fpt or ghes > 3.0 or ghec %}
75-
To monitor results from {% data variables.product.prodname_secret_scanning %} across your private repositories or your organization, you can use the {% data variables.product.prodname_secret_scanning %} API. For more information about API endpoints, see "[{% data variables.product.prodname_secret_scanning_caps %}](/rest/reference/secret-scanning)."{% endif %}
75+
To monitor results from {% data variables.product.prodname_secret_scanning %} across your {% ifversion fpt or ghec %}private {% endif %}repositories{% ifversion ghes > 3.1 %} or your organization{% endif %}, you can use the {% data variables.product.prodname_secret_scanning %} API. For more information about API endpoints, see "[{% data variables.product.prodname_secret_scanning_caps %}](/rest/reference/secret-scanning)."{% endif %}
7676

7777
{% ifversion ghes or ghae %}
7878
## List of supported secrets{% else %}

0 commit comments

Comments
 (0)