What do you need to do before you can define a custom pattern for a repository?
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 should you do after receiving an alert about a dependency added in a pull request?
When does Dependabot alert you of a vulnerability in your software development process?
You are managing code scanning alerts for your repository. You receive an alert highlighting a problem with data flow. What do you click for additional context on the alert?
Which of the following benefits do code scanning, secret scanning, and dependency review provide?
Which syntax in a query suite tells CodeQL to look for one or more specified .ql files?
When configuring code scanning with CodeQL, what are your options for specifying additional queries? (Each answer presents part of the solution. Choose two.)
Which of the following is the best way to prevent developers from adding secrets to the repository?
What role is required to change a repository's code scanning severity threshold that fails a pull request status check?
If default code security settings have not been changed at the repository, organization, or enterprise level, which repositories receive Dependabot alerts?
Which of the following is the most complete method for Dependabot to find vulnerabilities in third-party dependencies?
You have enabled security updates for a repository. When does GitHub mark a Dependabot alert as resolved for that repository?
Which of the following options are code scanning application programming interface (API) endpoints? (Each answer presents part of the solution. Choose two.)