Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 667 Bytes

File metadata and controls

18 lines (14 loc) · 667 Bytes

Local Security Setup

To prevent accidentally committing API keys and secrets, it is highly encouraged to use pre-commit.

Please follow the following steps to ensure you have the tools installed locally to make sure we don't include any secrets or API keys in our commits.

  1. Install pre-commit tool:

    • Mac (Homebrew): brew install pre-commit
    • Python (pip): pip install pre-commit
  2. Install TruffleHog locally:

  3. Activate the hook: Run this in the root of the project directory:

    pre-commit install