Skip to content

Commit 9a515bb

Browse files
authored
Merge pull request #39250 from github/repo-sync
Repo sync
2 parents 47412c1 + f89b8fd commit 9a515bb

File tree

5 files changed

+34
-12
lines changed

5 files changed

+34
-12
lines changed

content/admin/configuring-settings/hardening-security-for-your-enterprise/restricting-network-traffic-to-your-enterprise-with-an-ip-allow-list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,7 @@ To ensure seamless use of the OIDC CAP while still applying the policy to OAuth
130130
## Using {% data variables.product.prodname_pages %} with an IP allow list
131131

132132
{% data reusables.pages.ip-allow-list-pages %}
133+
134+
## Using {% data variables.product.prodname_dependabot %} with an IP allow list
135+
136+
{% data reusables.dependabot.ip-allow-list-dependabot %}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
By default, dynamically provisioned {% data variables.product.github %}-hosted runners do not guarantee static IP addresses. This includes the runners that are used by default with {% data variables.product.prodname_dependabot %}.
2+
3+
If you use an IP allow list and {% data variables.product.prodname_dependabot %}, you must set up a self-hosted runner or enable {% data variables.product.prodname_dependabot %} for use with {% data variables.actions.hosted_runners %}. See [AUTOTITLE](/actions/concepts/runners/about-self-hosted-runners) and [AUTOTITLE](/code-security/dependabot/working-with-dependabot/about-dependabot-on-github-actions-runners#enabling-or-disabling-dependabot-on-larger-runners).
4+
5+
Additionally, to learn more about setting up a {% data variables.actions.hosted_runners %} with a static IP address configured, see [AUTOTITLE](/actions/concepts/runners/about-larger-runners).
6+
7+
To allow your self-hosted runners or {% data variables.actions.hosted_runners %} to communicate with {% data variables.product.github %}, add the IP address or IP address range of your runners to the IP allow list that you have configured for your enterprise.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% data variables.copilot.copilot_coding_agent %} is available with the {% data variables.copilot.copilot_pro %}, {% data variables.copilot.copilot_pro_plus %}, {% data variables.copilot.copilot_for_business %} and {% data variables.copilot.copilot_enterprise %} plans. Access for {% data variables.product.prodname_copilot_short %} trials is coming soon. The agent is available in all repositories, except where it has been explicitly disabled and repositories owned by {% data variables.enterprise.prodname_managed_users %}.
1+
{% data variables.copilot.copilot_coding_agent %} is available with the {% data variables.copilot.copilot_pro %}, {% data variables.copilot.copilot_pro_plus %}, {% data variables.copilot.copilot_for_business %} and {% data variables.copilot.copilot_enterprise %} plans. The agent is available in all repositories, except where it has been explicitly disabled and repositories owned by {% data variables.enterprise.prodname_managed_users %}.

src/secret-scanning/data/public-docs.yml

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,17 @@
485485
hasPushProtection: true
486486
hasValidityCheck: false
487487
isduplicate: false
488+
- provider: Azure
489+
supportedSecret: Azure Event Grid Key Identifiable
490+
secretType: azure_event_grid_key_identifiable
491+
versions:
492+
fpt: '*'
493+
ghec: '*'
494+
isPublic: true
495+
isPrivateWithGhas: true
496+
hasPushProtection: true
497+
hasValidityCheck: false
498+
isduplicate: true
488499
- provider: Azure
489500
supportedSecret: Azure Event Hub Key Identifiable
490501
secretType: azure_event_hub_key_identifiable
@@ -890,7 +901,7 @@
890901
isPublic: true
891902
isPrivateWithGhas: true
892903
hasPushProtection: true
893-
hasValidityCheck: false
904+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
894905
isduplicate: false
895906
- provider: Canva
896907
supportedSecret: Canva App Secret
@@ -1654,7 +1665,7 @@
16541665
isPublic: true
16551666
isPrivateWithGhas: true
16561667
hasPushProtection: false
1657-
hasValidityCheck: false
1668+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
16581669
isduplicate: false
16591670
- provider: Frame.io
16601671
supportedSecret: Frame.io JSON Web Token
@@ -3066,7 +3077,7 @@
30663077
isPublic: true
30673078
isPrivateWithGhas: true
30683079
hasPushProtection: true
3069-
hasValidityCheck: false
3080+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
30703081
isduplicate: false
30713082
- provider: Persona Identities
30723083
supportedSecret: Persona Sandbox Api Key
@@ -3078,7 +3089,7 @@
30783089
isPublic: true
30793090
isPrivateWithGhas: true
30803091
hasPushProtection: true
3081-
hasValidityCheck: false
3092+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
30823093
isduplicate: false
30833094
- provider: Pinterest
30843095
supportedSecret: Pinterest Access Token
@@ -3150,7 +3161,7 @@
31503161
isPublic: true
31513162
isPrivateWithGhas: true
31523163
hasPushProtection: true
3153-
hasValidityCheck: false
3164+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
31543165
isduplicate: false
31553166
- provider: Planning Center
31563167
supportedSecret: Planning Center OAuth Application Secret
@@ -3438,7 +3449,7 @@
34383449
isPublic: true
34393450
isPrivateWithGhas: true
34403451
hasPushProtection: true
3441-
hasValidityCheck: false
3452+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
34423453
isduplicate: false
34433454
- provider: Replicate
34443455
supportedSecret: Replicate API Token
@@ -3462,7 +3473,7 @@
34623473
isPublic: false
34633474
isPrivateWithGhas: true
34643475
hasPushProtection: true
3465-
hasValidityCheck: false
3476+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
34663477
isduplicate: false
34673478
- provider: RubyGems
34683479
supportedSecret: RubyGems API Key
@@ -3546,7 +3557,7 @@
35463557
isPublic: true
35473558
isPrivateWithGhas: true
35483559
hasPushProtection: true
3549-
hasValidityCheck: false
3560+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
35503561
isduplicate: false
35513562
- provider: Segment
35523563
supportedSecret: Segment Public API Token
@@ -3558,7 +3569,7 @@
35583569
isPublic: true
35593570
isPrivateWithGhas: true
35603571
hasPushProtection: true
3561-
hasValidityCheck: false
3572+
hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}'
35623573
isduplicate: false
35633574
- provider: SendGrid
35643575
supportedSecret: SendGrid API Key

src/secret-scanning/lib/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"sha": "9e7c83f3df4cb2d20d66627debf62a5d9dc7cd48",
3-
"blob-sha": "5e45dd83af6526c7fbdcab9d8f5adfa51f8d551a",
2+
"sha": "59459195f898490f26f8aa6417cf54df23aa6ff7",
3+
"blob-sha": "e59d91b6e8d5c9dd3c8496286421b8915efb0d5c",
44
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
55
}

0 commit comments

Comments
 (0)