Microsoft Related Exams
GH-500 Exam
What filter or sort settings can be used to prioritize the secret scanning alerts that present the most risk?
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]
As a contributor, you discovered a vulnerability in a repository. Where should you look for the instructions on how to report the vulnerability?