Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « gitlab-secret_detection « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e1095b234aa16e3b6b7ebd28995b371edc4df6e (plain)
1
2
3
# Gitlab::SecretDetection

The gitlab-secret_detection gem performs keyword and regex matching on git blobs that may include secrets. The gem accepts one or more git blobs, matches them against a defined ruleset of regular expressions, and returns scan results.