detect-secrets scans different types of files for potential secrets, passwords, and other sensitive details that might have been committed by accident, notifying the user of potential security vulnerabilities. It can be utilized on developer workstations, integrated into CI/CD pipelines, and deployed on production systems.
Running detect-secrets in a Docker container can be done with the following command:
docker run -it -v $(pwd):/src -w /src hysnsec/detect-secrets
In this command, the current working directory is linked with /src in the Docker container.
For comprehensive information on using detect-secrets, please check out the documentation. This portal includes a detailed guide on installation, quick start tips, and usage instructions to assist you in securing your codebase effectively.
Content type
Image
Digest
sha256:f25665bf0…
Size
100.1 MB
Last updated
over 1 year ago
docker pull hysnsec/detect-secrets