https://github.com/logzio/code-guardian
Data sensitive detector for pre-commits and docker images building.
https://github.com/logzio/code-guardian
integration
Last synced: 3 months ago
JSON representation
Data sensitive detector for pre-commits and docker images building.
- Host: GitHub
- URL: https://github.com/logzio/code-guardian
- Owner: logzio
- License: apache-2.0
- Created: 2020-01-22T09:38:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T12:57:23.000Z (about 1 year ago)
- Last Synced: 2025-01-05T08:56:35.852Z (5 months ago)
- Topics: integration
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Guardian
Code Guardian is a project designed to prevent sensitive data from becoming public. Thus, making an attacker's life harder.It consists of two different plugins: [Pre-Commit Guaridan](https://github.com/logzio/code-guardian/tree/master/git-guardian) and [Docker Build Guardian](https://github.com/logzio/code-guardian/tree/master/docker-guardian).
### Requirements
- Both plugins require Python to be installed on your machine.
- The Docker Build Guardian will only work if you use ZSH.