Skip to content

Commit

Permalink
Docs: Include notes on Secrets Leaks watching
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Nov 14, 2023
1 parent a8a44ad commit 426e1db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ This document provides guidelines for contributing to the module.

Validate your changes inside the blueprint-agent described in [.Dockerfile](.docker/Dockerfile). It can be run `make dBuildAndRun`.

## Linting and Formatting
## Pre-commits: Linting, Formatting and Secrets Scanning

Many of the files in the repository can be linted or formatted to
maintain a standard of quality.

Additionally, secret leaks are watched via gitleaks and git-secrets.

When working with the repository for the first time run pre-commit

Run `pre-commit install`
Expand Down

0 comments on commit 426e1db

Please sign in to comment.