Skip to content

Commit 5190971

Browse files
authored
Merge pull request github#36564 from github/repo-sync
Repo sync
2 parents 08f5a4c + 01f67ad commit 5190971

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ---------------------------------------------------------------
99
# To update the sha:
1010
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
11-
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250218-181933-g3ea4154ca AS base
11+
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250226-135630-g5b0726056 AS base
1212

1313
# Install curl for Node install and determining the early access branch
1414
# Install git for cloning docs-early-access & translations repos

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

+5
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,11 @@
984984
"description": "GitHub Advanced Security was enabled for all repositories in an organization.",
985985
"docs_reference_links": "N/A"
986986
},
987+
{
988+
"action": "org.advanced_security_entity_policy_update",
989+
"description": "An enterprise owner updated the GitHub Advanced Security access policy for repositories owned by the organization.",
990+
"docs_reference_links": "/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise"
991+
},
987992
{
988993
"action": "org.advanced_security_policy_selected_member_disabled",
989994
"description": "An enterprise owner prevented GitHub Advanced Security features from being enabled for repositories owned by the organization.",

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

+5
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,11 @@
18491849
"description": "GitHub Advanced Security was enabled for all repositories in an organization.",
18501850
"docs_reference_links": "N/A"
18511851
},
1852+
{
1853+
"action": "org.advanced_security_entity_policy_update",
1854+
"description": "An enterprise owner updated the GitHub Advanced Security access policy for repositories owned by the organization.",
1855+
"docs_reference_links": "/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise"
1856+
},
18521857
{
18531858
"action": "org.advanced_security_policy_selected_member_disabled",
18541859
"description": "An enterprise owner prevented GitHub Advanced Security features from being enabled for repositories owned by the organization.",

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

+5
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,11 @@
984984
"description": "GitHub Advanced Security was enabled for all repositories in an organization.",
985985
"docs_reference_links": "N/A"
986986
},
987+
{
988+
"action": "org.advanced_security_entity_policy_update",
989+
"description": "An enterprise owner updated the GitHub Advanced Security access policy for repositories owned by the organization.",
990+
"docs_reference_links": "/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise"
991+
},
987992
{
988993
"action": "org.advanced_security_policy_selected_member_disabled",
989994
"description": "An enterprise owner prevented GitHub Advanced Security features from being enabled for repositories owned by the organization.",

src/audit-logs/lib/config.json

+1-1
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": "22d7bd6f4683db4821760803f4909f665e9cbcfb"
6+
"sha": "1ab6335e75918a3d89e5abce17434c46abaf35a1"
77
}

0 commit comments

Comments
 (0)