Question 6
Assuming security and analysis features are not configured at the repository, organization, or enterprise level, secret scanning is enabled on:
Question 7
If notification and alert recipients are not customized, which users receive notifications about new Dependabot alerts in an affected repository?
Question 8
Which of the following benefits do code scanning, secret scanning, and dependency review provide?
Question 9
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]
(Each answer presents part of the solution. Choose three.)
* on:
* pull_request:
* branches: [main]
Question 10
Where can you view code scanning results from CodeQL analysis?
