Skip to content

Commit e5a614e

Browse files
authored
Merge pull request #36415 from github/repo-sync
Repo sync
2 parents 169c672 + e79313e commit e5a614e

File tree

5 files changed

+32
-2
lines changed

5 files changed

+32
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* You must allow access to the egress IP ranges for {% data variables.enterprise.data_residency_site %}. See [AUTOTITLE](/enterprise-cloud@latest/admin/data-residency/network-details-for-ghecom#ranges-for-egress-traffic).
2-
* If you're using Azure Blob Storage, you may need to perform some additional configuration. Please contact {% data variables.contact.contact_support_page %}.
2+
* If you are using Azure Blob Storage you may need to perform some additional network configuration. This may occur if your Azure Blob Storage happens to be located in the same region as the {% data variables.product.prodname_importer_proper_name %} service's compute. Please contact {% data variables.contact.contact_support_page %}.

src/audit-logs/data/fpt/organization.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
"description": "Dismissal of code scanning alerts was approved.",
110110
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
111111
},
112+
{
113+
"action": "code_scanning.alert_closure_denied",
114+
"description": "Dismissal of code scanning alerts was denied.",
115+
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
116+
},
112117
{
113118
"action": "code_scanning.alert_closure_requested",
114119
"description": "Dismissal of code scanning alerts was requested.",
@@ -3119,6 +3124,11 @@
31193124
"description": "N/A",
31203125
"docs_reference_links": "A user requested to close a secret scanning alert."
31213126
},
3127+
{
3128+
"action": "secret_scanning_closure_request.deny",
3129+
"description": "A request to close a secret scanning alert was denied by a user.",
3130+
"docs_reference_links": "N/A"
3131+
},
31223132
{
31233133
"action": "secret_scanning.disable",
31243134
"description": "Secret scanning was disabled for all existing repositories.",

src/audit-logs/data/ghec/enterprise.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,11 @@
709709
"description": "Dismissal of code scanning alerts was approved.",
710710
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
711711
},
712+
{
713+
"action": "code_scanning.alert_closure_denied",
714+
"description": "Dismissal of code scanning alerts was denied.",
715+
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
716+
},
712717
{
713718
"action": "code_scanning.alert_closure_requested",
714719
"description": "Dismissal of code scanning alerts was requested.",
@@ -3909,6 +3914,11 @@
39093914
"description": "N/A",
39103915
"docs_reference_links": "A user requested to close a secret scanning alert."
39113916
},
3917+
{
3918+
"action": "secret_scanning_closure_request.deny",
3919+
"description": "A request to close a secret scanning alert was denied by a user.",
3920+
"docs_reference_links": "N/A"
3921+
},
39123922
{
39133923
"action": "secret_scanning.disable",
39143924
"description": "Secret scanning was disabled for all existing repositories.",

src/audit-logs/data/ghec/organization.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
"description": "Dismissal of code scanning alerts was approved.",
110110
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
111111
},
112+
{
113+
"action": "code_scanning.alert_closure_denied",
114+
"description": "Dismissal of code scanning alerts was denied.",
115+
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
116+
},
112117
{
113118
"action": "code_scanning.alert_closure_requested",
114119
"description": "Dismissal of code scanning alerts was requested.",
@@ -3119,6 +3124,11 @@
31193124
"description": "N/A",
31203125
"docs_reference_links": "A user requested to close a secret scanning alert."
31213126
},
3127+
{
3128+
"action": "secret_scanning_closure_request.deny",
3129+
"description": "A request to close a secret scanning alert was denied by a user.",
3130+
"docs_reference_links": "N/A"
3131+
},
31223132
{
31233133
"action": "secret_scanning.disable",
31243134
"description": "Secret scanning was disabled for all existing repositories.",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "64c2d993662e3b490567af8295c447f01a700f48"
6+
"sha": "8d3976430d6752ebd2a4a4b62570c7381982dc24"
77
}

0 commit comments

Comments
 (0)