Skip to content

Commit

Permalink
Ensure trufflehog does not auto-update itself (#3430)
Browse files Browse the repository at this point in the history
  • Loading branch information
wandering-tales authored Mar 16, 2024
1 parent f4ea880 commit ad1a2fe
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 @@ -17,6 +17,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l

- Fixes
- Fix conflict between prettier and yamllint about spaces
- Ensure [trufflehog](https://github.com/trufflesecurity/trufflehog) does not auto-update itself

- Doc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ linters:
- "."
- --fail
- --only-verified
- --no-update
cli_help_arg_name: --help
cli_version_arg_name: --version
examples:
Expand Down

0 comments on commit ad1a2fe

Please sign in to comment.