Exam Name: | GitHub Advanced Security GHAS Exam | ||
Exam Code: | GitHub-Advanced-Security Dumps | ||
Vendor: | GitHub | Certification: | GitHub Certification |
Questions: | 75 Q&A's | Shared By: | leonidas |
When configuring code scanning with CodeQL, what are your options for specifying additional queries? (Each answer presents part of the solution. Choose two.)
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]