Skip to content

Commit

Permalink
Call trufflehog with --only-verified to avoid false positives in .g…
Browse files Browse the repository at this point in the history
…it/config (#2838)

Fixes #2834

Co-authored-by: nvuillam <nicolas.vuillamy@ox.security>
  • Loading branch information
nvuillam and megalinter-bot authored Jul 26, 2023
1 parent f7f767a commit 685120c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l

- Fixes
- Fix TAP reporter (3 real dots instead if 3 dots character)
- Call trufflehog with `--only-verified` to avoid false positives in .git/config

- Linter versions upgrades
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.44.0 to **3.45.0** on 2023-07-25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ linters:
- filesystem
- "."
- --fail
- --only-verified
cli_help_arg_name: --help
cli_version_arg_name: --version
examples:
Expand Down

0 comments on commit 685120c

Please sign in to comment.