Skip to content

Commit

Permalink
Merge pull request #36415 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Feb 21, 2025
2 parents 169c672 + e79313e commit e5a614e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* 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).
* If you're using Azure Blob Storage, you may need to perform some additional configuration. Please contact {% data variables.contact.contact_support_page %}.
* 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 %}.
10 changes: 10 additions & 0 deletions src/audit-logs/data/fpt/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
"description": "Dismissal of code scanning alerts was approved.",
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
},
{
"action": "code_scanning.alert_closure_denied",
"description": "Dismissal of code scanning alerts was denied.",
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
},
{
"action": "code_scanning.alert_closure_requested",
"description": "Dismissal of code scanning alerts was requested.",
Expand Down Expand Up @@ -3119,6 +3124,11 @@
"description": "N/A",
"docs_reference_links": "A user requested to close a secret scanning alert."
},
{
"action": "secret_scanning_closure_request.deny",
"description": "A request to close a secret scanning alert was denied by a user.",
"docs_reference_links": "N/A"
},
{
"action": "secret_scanning.disable",
"description": "Secret scanning was disabled for all existing repositories.",
Expand Down
10 changes: 10 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,11 @@
"description": "Dismissal of code scanning alerts was approved.",
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
},
{
"action": "code_scanning.alert_closure_denied",
"description": "Dismissal of code scanning alerts was denied.",
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
},
{
"action": "code_scanning.alert_closure_requested",
"description": "Dismissal of code scanning alerts was requested.",
Expand Down Expand Up @@ -3909,6 +3914,11 @@
"description": "N/A",
"docs_reference_links": "A user requested to close a secret scanning alert."
},
{
"action": "secret_scanning_closure_request.deny",
"description": "A request to close a secret scanning alert was denied by a user.",
"docs_reference_links": "N/A"
},
{
"action": "secret_scanning.disable",
"description": "Secret scanning was disabled for all existing repositories.",
Expand Down
10 changes: 10 additions & 0 deletions src/audit-logs/data/ghec/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
"description": "Dismissal of code scanning alerts was approved.",
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
},
{
"action": "code_scanning.alert_closure_denied",
"description": "Dismissal of code scanning alerts was denied.",
"docs_reference_links": "/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning"
},
{
"action": "code_scanning.alert_closure_requested",
"description": "Dismissal of code scanning alerts was requested.",
Expand Down Expand Up @@ -3119,6 +3124,11 @@
"description": "N/A",
"docs_reference_links": "A user requested to close a secret scanning alert."
},
{
"action": "secret_scanning_closure_request.deny",
"description": "A request to close a secret scanning alert was denied by a user.",
"docs_reference_links": "N/A"
},
{
"action": "secret_scanning.disable",
"description": "Secret scanning was disabled for all existing repositories.",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "64c2d993662e3b490567af8295c447f01a700f48"
"sha": "8d3976430d6752ebd2a4a4b62570c7381982dc24"
}

0 comments on commit e5a614e

Please sign in to comment.