Secret Scanning: which description best matches its function?

Prepare for the GitHub Advanced Security Certification Test. Practice with multiple choice questions, detailed explanations, and hints. Achieve success on your first attempt!

Multiple Choice

Secret Scanning: which description best matches its function?

Explanation:
Secret scanning is about proactively finding sensitive credentials or secret keys within source code so that they can be removed or rotated before they’re abused. The description that best matches this function says it searches code across all branches for keys and alerts designated users. This captures the two main ideas: scanning the codebase (including different branches) for secret patterns and notifying the people responsible so they can take action. Other options point to different security activities: monitoring deployment performance is about observability, scanning container images for vulnerabilities focuses on image security, and generating or rotating secrets automatically describes secret management rather than detection.

Secret scanning is about proactively finding sensitive credentials or secret keys within source code so that they can be removed or rotated before they’re abused. The description that best matches this function says it searches code across all branches for keys and alerts designated users. This captures the two main ideas: scanning the codebase (including different branches) for secret patterns and notifying the people responsible so they can take action. Other options point to different security activities: monitoring deployment performance is about observability, scanning container images for vulnerabilities focuses on image security, and generating or rotating secrets automatically describes secret management rather than detection.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy