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]
Assuming there is no custom Dependabot behavior configured, where possible, what does Dependabot do after sending an alert about a vulnerable dependency in a repository?
As a developer, you need to configure a code scanning workflow for a repository where GitHub Advanced Security is enabled. What minimum repository permission do you need?
Which of the following is the most complete method for Dependabot to find vulnerabilities in third-party dependencies?
As a repository owner, you want to receive specific notifications, including security alerts, for an individual repository. Which repository notification setting should you use?
Assuming that notification and alert recipients are not customized, what does GitHub do when it identifies a vulnerable dependency in a repository where Dependabot alerts are enabled? (Each answer presents part of the solution. Choose two.)
Which CodeQL query suite provides queries of lower severity than the default query suite?
Which of the following options are code scanning application programming interface (API) endpoints? (Each answer presents part of the solution. Choose two.)
You have enabled security updates for a repository. When does GitHub mark a Dependabot alert as resolved for that repository?
When configuring code scanning with CodeQL, what are your options for specifying additional queries? (Each answer presents part of the solution. Choose two.)
Which alerts do you see in the repository's Security tab? (Each answer presents part of the solution. Choose three.)
As a contributor, you discovered a vulnerability in a repository. Where should you look for the instructions on how to report the vulnerability?
As a developer with write access, you navigate to a code scanning alert in your repository. When will GitHub close this alert?
Which of the following statements most accurately describes push protection for secret scanning custom patterns?
Where in the repository can you give additional users access to secret scanning alerts?
What do you need to do before you can define a custom pattern for a repository?