Closed 4xpl0r3r closed 4 months ago
From my testing it is actually enough to just use the api
scope because it contains all permissions.
If you can add these words to the .wordlist.txt
file that will keep the spellchecker happy:
Are you saying that the scopes can be just api and do not have to be read_user read_repository write_repository profile read_api api
I was not able to get the integration to work with just read_user read_repository write_repository profile read_api
, I needed to give api
. And as api
contains all other scopes, they can be omitted.
Summary: Ref: https://github.com/OWASP/threat-dragon/pull/965 and https://github.com/OWASP/www-project-threat-dragon/issues/82
This is to add the guide of settting of GitLab access
closes #81