Question 007
### Which of these best describes secret scanning?
> https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning
1. [x] Secret scanning scans your repository for secrets such as private keys or tokens.
1. [ ] Secret scanning scans your repository for potential code vulnerabilities that could expose secrets such as private keys or tokens.
1. [ ] Secret scanning is a tool for secure secret storage and management.
1. [ ] Secret scanning is a git hook that will scan your commits for secrets such as private keys or tokens before they are pushed to GitHub.