Exam GitHub-Advanced-Security Topic 6 Question 67 Discussion
Actual exam question for GitHub's GitHub-Advanced-Security exam
Question #: 67
Topic #: 6
Question #: 67
Topic #: 6
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?
Suggested Answer: A Vote an answer
To create or modify acode scanning workflow file(typically under .github/workflows/codeql-analysis.yml), you must haveWriteaccess to the repository.
Write permission allows you to commit the workflow file, which is required to run or configure code scanning using GitHub Actions.
Write permission allows you to commit the workflow file, which is required to run or configure code scanning using GitHub Actions.
by Emmanuel at Jun 08, 2026, 10:43 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).