Skip to content

opendevsecops/docker-gitleaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Follow on Twitter Docker Stars Docker Pulls Docker Automated Docker Build Codacy Badge

Gitleaks

This docker container includes Zachary Rice Gitleaks with a few extras.

Getting Started

This container is built automatically by Docker Hub. Simply pull to get latest build.

docker pull opendevsecops/gitleaks

Extensive documentation how to use this tool is available in the offical docs. All command-line options can be supplied directly to the container entrypoint. For example to scan this repository use the following docker command:

docker run opendevsecops/gitleaks --repo=https://github.com/opendevsecops/docker-gitleaks

Configs

This container comes with a number of configs to support various types of tasks.

aws-enum.toml

This config looks for AWS-specific leaks to help identify AWS account ids and other types of data which can be used to enumerate AWS resources.

docker run opendevsecops/gitleaks --config=/run/configs/aws-enum.toml --github-org=target

About

Docker container for Zachary Rice Gitleaks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published