- 17 Mar 2025
- 1 Minute to read
- Print
- DarkLight
GitGuardian
- Updated on 17 Mar 2025
- 1 Minute to read
- Print
- DarkLight
GitGuardian is the code security platform. With automated secrets detection and remediation, GitGuardian platform enables Dev, Sec, and Ops to collaborate on a Secure Software Development Lifecycle. More information can be found at GitGuardian website.
Integration Method: API
Tables: Account Change (3001), Authentication (3002), Incident Finding (2005)
The integration supports the following events.
Event | Description |
---|---|
Audit Logs | Lists all the audit logs. |
Secret Incidents | Retrieves secret incident detected by the GitGuardian dashboard. |
This integration supports the following versions.
GitGuardian Version | Secrets Detection Engine v2.131 |
GitGuardian API version | v1.1.0 |
Prerequisites
The user should have access to a GitGuardian workspace with Admin privileges.
The user should have access to DataBee console.
Configuration Overview
Generate an API token with the required scopes:
audit_logs:read
incidents:read
Add GitGuardian in the DataBee console with the below parameters.
DataBee Parameter
GitGuardian Parameter
Token
Personal Access Token
GitGuardian Configuration
Log on to GitGuardian Workspace using a user account with Admin privileges.
Navigate to Settings.
Click Personal access tokens.
Click + Create token button.
Give an appropriate token name and select Never from the dropdown for ‘Expires’. Make sure to select incidents:read under incidents section.
Select audit_logs:read and then click Create token.
Click the Copy icon and store the generated Personal access token somewhere safe as it will be required later.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for the GitGuardian and click it.
Click on the API Ingest option for collection method.
Enter feed contact information and click Next.
In the configuration page, confirm the following:
API Base URL: this is the base URL that DataBee will interact with.
Authorization Method: Bearer Token
Token: paste the Personal Access Token generated earlier in the GitLab console.
Event types: preselected for all the event types that integration pulls.
Click Submit.
Troubleshooting Tips
Ensure the token is pasted correctly. Since you cannot view the token after the 1st time, re-create the token, paste it on a text editor to ensure no spaces or unexpected characters are included and reconfigure the DataBee feed.
Ensure the GitGuardian scopes/permissions are correct.