Skip to content

Commit

Permalink
Merge pull request github#36564 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Feb 28, 2025
2 parents 08f5a4c + 01f67ad commit 5190971
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ---------------------------------------------------------------
# To update the sha:
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250218-181933-g3ea4154ca AS base
FROM ghcr.io/github/gh-base-image/gh-base-noble:20250226-135630-g5b0726056 AS base

# Install curl for Node install and determining the early access branch
# Install git for cloning docs-early-access & translations repos
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/fpt/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,11 @@
"description": "GitHub Advanced Security was enabled for all repositories in an organization.",
"docs_reference_links": "N/A"
},
{
"action": "org.advanced_security_entity_policy_update",
"description": "An enterprise owner updated the GitHub Advanced Security access policy for repositories owned by the organization.",
"docs_reference_links": "/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise"
},
{
"action": "org.advanced_security_policy_selected_member_disabled",
"description": "An enterprise owner prevented GitHub Advanced Security features from being enabled for repositories owned by the organization.",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -1849,6 +1849,11 @@
"description": "GitHub Advanced Security was enabled for all repositories in an organization.",
"docs_reference_links": "N/A"
},
{
"action": "org.advanced_security_entity_policy_update",
"description": "An enterprise owner updated the GitHub Advanced Security access policy for repositories owned by the organization.",
"docs_reference_links": "/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise"
},
{
"action": "org.advanced_security_policy_selected_member_disabled",
"description": "An enterprise owner prevented GitHub Advanced Security features from being enabled for repositories owned by the organization.",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,11 @@
"description": "GitHub Advanced Security was enabled for all repositories in an organization.",
"docs_reference_links": "N/A"
},
{
"action": "org.advanced_security_entity_policy_update",
"description": "An enterprise owner updated the GitHub Advanced Security access policy for repositories owned by the organization.",
"docs_reference_links": "/admin/policies/enforcing-policies-for-advanced-security-in-your-enterprise"
},
{
"action": "org.advanced_security_policy_selected_member_disabled",
"description": "An enterprise owner prevented GitHub Advanced Security features from being enabled for repositories owned by the organization.",
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": "22d7bd6f4683db4821760803f4909f665e9cbcfb"
"sha": "1ab6335e75918a3d89e5abce17434c46abaf35a1"
}

0 comments on commit 5190971

Please sign in to comment.