Overview
The GitLab integration brings merge request review into Pwnbook. View open, merged, and closed MRs, read diffs, and track review status without leaving the platform.Prerequisites
- A GitLab account (GitLab.com or self-managed)
- A GitLab personal access token or group access token with
read_apiscope - Admin or Owner access in Pwnbook
Setup
1
Create a GitLab access token
Personal access token:
- In GitLab, go to User Settings → Access Tokens.
- Create a token with the
read_apiscope. - Copy the token.
- Go to your group → Settings → Access Tokens.
- Create a token with
read_apiand the Reporter role.
2
Configure in Pwnbook
- Go to Organization Settings → Marketplace → GitLab.
- Enter your Access Token and optionally your GitLab host (for self-managed instances).
- Select the groups or projects to monitor.
- Click Save & Test.