An open API service indexing awesome lists of open source software.

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.

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]>
```