Files
oam/knowledge base/ripsecrets.md

995 B

ripsecrets

Command-line tool to prevent committing secret keys into source code.

  1. TL;DR
  2. Further readings
    1. Sources

TL;DR

Setup
brew install 'ripsecrets'
cargo install --git 'https://github.com/sirwart/ripsecrets' --branch 'main'
Usage
ripsecrets
ripsecrets 'path/to/file.1' 'file2' 'dir1'

Further readings

Alternatives:

Sources