Discover the two key pieces of information logged in your GitHub organization’s audit log to help you track user actions and maintain security.
Table of Contents
Question
Which two pieces of information are included in your organization’s log?
A. The user that performed the action and the date and time of the action.
B. The date and time of the action and changes in permissions.
C. Changes in permissions and users being promoted to administrators.
D. Users being promoted to administrators and the user that performed the action.
Answer
A. The user that performed the action and the date and time of the action.
Explanation
The log is available to organization owners, and records information about actions that affect the organization including: which repository an action was performed in, the user that performed the action, the action that was performed, which country/region the action took place in, and the date and time the action occurred
The correct answer is A. Your GitHub organization’s audit log includes the user that performed the action and the date and time the action occurred.
The audit log is a valuable tool for organization owners and administrators to monitor activity and maintain the security of their organization. It records various events, including when:
- Users log in to the organization
- New repositories are created
- Permissions and access levels are changed
- Billing and plan information is updated
For each logged event, GitHub captures two critical pieces of information:
- The user who performed the action
- The precise date and time the action took place
This allows admins to have full visibility into who is taking what actions in the organization and exactly when those events occurred. By regularly reviewing the audit log, admins can detect suspicious activity, ensure compliance with organization policies, and take necessary actions to keep the organization secure.
The other answer choices are incorrect because the audit log does not record changes in permissions specifically (B), users being promoted to administrators (C), or both of those items (D). While permission changes and admin promotions are logged, they are part of the broader set of events and do not constitute the two primary pieces of information included for each log entry.
In summary, the GitHub organization audit log is an essential security and monitoring tool that logs the user and timestamp for key events, enabling admins to track activity and maintain the integrity of the organization.
GitHub Administration certification exam assessment practice question and answer (Q&A) dump including multiple choice questions (MCQ) and objective type questions, with detail explanation and reference available free, helpful to pass the GitHub Administration exam and earn GitHub Administration certification.