Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
other cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Loo committed Dec 21, 2018
1 parent 6f1ee32 commit 278290f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ committing secrets.
### Things that won't be prevented

* Multi-line secrets
* Default passwords that do not trigger the `KeywordDetector` (e.g. `paaassword = "paaassword"`)
* Default passwords that do not trigger the `KeywordDetector` (e.g. `login = "hunter2"`)

### Plugin Configuration

Expand Down
2 changes: 1 addition & 1 deletion test_data/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ credentials:
other_value_here: 1234567890a
nested:
value: AKIAabcdefghijklmnop
value: abcdefghijklmnop
other_value: abcdefghijklmnop
list_of_keys:
- 123
- 456
Expand Down

0 comments on commit 278290f

Please sign in to comment.