What is a security policy?
What filter or sort settings can be used to prioritize the secret scanning alerts that present the most risk?
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?
What does a CodeQL database of your repository contain?
Which CodeQL query suite provides queries of lower severity than the default query suite?
How would you build your code within the CodeQL analysis workflow? (Each answer presents a complete solution. Choose two.)
Which of the following is the most complete method for Dependabot to find vulnerabilities in third-party dependencies?
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]