When a token is used to perform actions across different GitHub resources, how is this reflected in audit logs?
Correct Answer:
A
Each API call authenticated with a token generates its own audit-log event, so you'll see a distinct entry for every action performed across different resources, each annotated with the token's hashed ID, actor, and source IP.
What additional capability does secret scanning offer for private repositories on GitHub Enterprise Cloud?
Correct Answer:
A
Secret scanning in private repositories on GitHub Enterprise Cloud lets you define and use custom regular‑expression patterns - so you can detect internal or proprietary secret formats beyond the default partner‑provided types.
What will happen if Dependabot discovers a vulnerable transitive dependency in a repository?
Correct Answer:
A
Dependabot will automatically open a pull request that updates the direct dependency to a version which, in turn, resolves (or removes) the vulnerable transitive dependency—ensuring the fix is applied via your declared dependencies.
How does GitHub support compliance requirements for enterprises?
Correct Answer:
A
GitHub Enterprise gives you a suite of configurable controls - like a comprehensive audit log, enforced SAML single sign‑on, and enterprise‑level rulesets - that you can tailor and enforce to meet your organization's compliance mandates.
Which of the following is a key benefit of setting default read permissions across organizations?
Correct Answer:
D
Enforcing a default of Read for organization members ensures they can view content without the ability to push changes, reducing the risk of accidental or unauthorized modifications.
