Microsoft GH-500 - GitHub Advanced Security Exam
What is required to trigger code scanning on a specified branch?
Which of the following secret scanning features can verify whether a secret is still active?
What does code scanning do?
What happens when you enable secret scanning on a private repository?
If notification and alert recipients are not customized, which users receive notifications about new Dependabot alerts in an affected repository?
Which of the following statements most accurately describes push protection for secret scanning custom patterns?​
Which alerts do you see in the repository's Security tab? (Each answer presents part of the solution. Choose three.)
As a repository owner, you do not want to run a GitHub Actions workflow when changes are made to any .txt or markdown files. How would you adjust the event trigger for a pull request that targets the main branch? (Each answer presents part of the solution. Choose three.)
on:
pull_request:
branches: [main]
What is the first step you should take to fix an alert in secret scanning?
When does Dependabot alert you of a vulnerability in your software development process?