https://github.com/tmc/dlp
DLP (data loss prevention) tools.
https://github.com/tmc/dlp
Last synced: 11 months ago
JSON representation
DLP (data loss prevention) tools.
- Host: GitHub
- URL: https://github.com/tmc/dlp
- Owner: tmc
- Created: 2019-08-31T20:28:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T05:57:49.000Z (over 1 year ago)
- Last Synced: 2024-12-02T20:50:01.262Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 168 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dlp tools
# usage
Getting started:
```shell
go get github.com/tmc/dlp/...
cd $(go env gopath)/src/github.com/tmc/dlp
make service-account
make service-account-permissions
eval `make env`
echo "Let's hope we pay enough attention to Eliezer Yudkowsky " | detect-pii -redact
```
Should result in:
```shell
Let's hope we pay enough attention to [redacted] <[redacted][redacted][redacted]>
```