Tag

Gitleaks

1 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Dec 30, 2022 · Information Security

Scanning GitLab Repositories for Secrets Using Custom Secret Detection Rules

This guide explains how to configure and run GitLab secret detection to scan a repository for exposed credentials such as passwords, API keys, JWTs, and private keys, using custom rules, test files, pipeline execution, and result analysis.

CI/CDDevSecOpsGitLab
0 likes · 8 min read
Scanning GitLab Repositories for Secrets Using Custom Secret Detection Rules
DevOps
DevOps
Jul 26, 2022 · Information Security

Detecting, Cleaning, and Preventing Sensitive Data in Git Repositories

This article explains how to identify, remove, and avoid committing sensitive information such as passwords, keys, or tokens in Git repositories by using git log searches, tools like Gitleaks and Detect‑Secrets, and scripts for history rewriting, while also describing preventive pre‑commit hook setups.

GitleaksSensitive Datadetect-secrets
0 likes · 7 min read
Detecting, Cleaning, and Preventing Sensitive Data in Git Repositories