Which of the following options are code scanning application programming interface (API) endpoints? (Each answer presents part of the solution. Choose two.)
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?
Assuming that notification settings and Dependabot alert recipients have not been customized, which user account setting should you use to get an alert when a vulnerability is detected in one of your repositories?
Where in the repository can you give additional users access to secret scanning alerts?
Which of the following secret scanning features can verify whether a secret is still active?
When using the advanced CodeQL code scanning setup, what is the name of the workflow file?
Which of the following tasks can be performed by a security team as a proactive measure to help address secret scanning alerts? (Each answer presents a complete solution. Choose two.)
How many alerts are created when two instances of the same secret value are in the same repository?
As a contributor, you discovered a vulnerability in a repository. Where should you look for the instructions on how to report the vulnerability?
Which of the following steps should you follow to integrate CodeQL into a third-party continuous integration system? (Each answer presents part of the solution. Choose three.)
Which alerts do you see in the repository's Security tab? (Each answer presents part of the solution. Choose three.)
When secret scanning detects a set of credentials on a public repository, what does GitHub do?
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]
Which of the following statements best describes secret scanning push protection?
If notification and alert recipients are not customized, which users receive notifications about new Dependabot alerts in an affected repository?
What YAML syntax do you use to exclude certain files from secret scanning?