Microsoft GitHub Administrator GH-500 Question # 30 Topic 4 Discussion
GH-500 Exam Topic 4 Question 30 Discussion:
Question #: 30
Topic #: 4
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?
To create or modify a code scanning workflow file (typically under .github/workflows/codeql-analysis.yml), you must have Write access to the repository.
Write permission allows you to commit the workflow file, which is required to run or configure code scanning using GitHub Actions.
[: GitHub Docs – Repository Permissions and Workflow Setup, ==========]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit