You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# GitHub token permissions for post-scan actions. Required for built-in GITHUB_TOKEN; if using a PAT with equivalent scopes, permissions block can be commented out.
13
+
permissions:
14
+
contents: write # Required to push changes or create fix branches
15
+
pull-requests: write # Required to add comments or create fix pull requests
0 commit comments