Which of the following secret scanning features can verify whether a secret is still active?
Assuming security and analysis features are not configured at the repository, organization, or enterprise level, secret scanning is enabled on:
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 details do you have to provide to create a custom pattern for secret scanning? (Each answer presents part of the solution. Choose two.)
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 of the following information can be found in a repository's Security tab?
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?
When configuring code scanning with CodeQL, what are your options for specifying additional queries? (Each answer presents part of the solution. Choose two.)
What filter or sort settings can be used to prioritize the secret scanning alerts that present the most risk?
After investigating a code scanning alert related to injection, you determine that the input is properly sanitized using custom logic. What should be your next step?
When does Dependabot alert you of a vulnerability in your software development process?
How many alerts are created when two instances of the same secret value are in the same repository?
What step is required to run a SARIF-compatible (Static Analysis Results Interchange Format) tool on GitHub Actions?