diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-05-06 20:00:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-06 20:00:13 -0500 |
commit | 428fd934b7f4637f9436cbf75fe4780eee74c480 (patch) | |
tree | cf190e1fa0406171b035e00dc11f8f97d6965b29 /applications/gitlab/README.org | |
parent | b7e1fad59310d60fe3fb3f5053cd3c3e80ad2d2f (diff) | |
parent | b7b1adecfd26b19758b9474c3e78f52a6418d0e1 (diff) | |
download | audit-tools-428fd934b7f4637f9436cbf75fe4780eee74c480.tar.gz audit-tools-428fd934b7f4637f9436cbf75fe4780eee74c480.tar.bz2 audit-tools-428fd934b7f4637f9436cbf75fe4780eee74c480.zip |
Merge pull request #3 from ccleberg/gitlab
add gitlab repositories.py script
Diffstat (limited to 'applications/gitlab/README.org')
-rw-r--r-- | applications/gitlab/README.org | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/applications/gitlab/README.org b/applications/gitlab/README.org index 37ce59b..2afc363 100644 --- a/applications/gitlab/README.org +++ b/applications/gitlab/README.org @@ -59,7 +59,7 @@ python ./branch_protections.py * =passwords.py= -\*This script does not apply to GitLab.com. This is for self-hosted instances only.*\ +*This script does not apply to GitLab.com. This is for self-hosted instances only.* #+begin_src sh python ./passwords.py @@ -82,6 +82,24 @@ Group: 105300140 2025-04-08T03:33:17.055Z : Action: member_created, Member: 128029250, Author: 24608590 #+end_src +* =repositories.py= + +#+begin_src shell +python ./repositories.py +#+end_src + +#+begin_src text +# User ID Example +Projects under ID: ccleberg: +- audit-tools (ID: 68757698) +- cleberg.net (ID: 68701468) + +# Group ID Example +Projects under ID: phryq: +- Yoshi Cli (ID: 68757750) +- pages-demo (ID: 68757186) +#+end_src + * =users.py= #+begin_src sh |