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
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.
What’s available
| View | Description |
|---|---|
| Merge requests | Open, merged, and closed MRs with author, target branch, and pipeline status |
| Diffs | File-level diffs for each MR |
| Review status | Approval state and reviewer assignments |