As a tool for aggregating data sources, Graphweaver integrates with many data providers. Each provider has its own method of authentication. To prevent leaking secrets Graphweaver has a pre-commit hook that that uses GitLeaks to ensure that no live secrets are being committed to code. To accomplish this locally contributors must:
brew install gitleaks
pre-commit autoupdate
pre-commit install
Now a precommit hook will run every time a commit is made.
This is a condensed version of the instructions found here: https://github.com/gitleaks/gitleaks