Skip to content

Commit

Permalink
Enable regex scans by default (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdayanc-GoDaddy authored Nov 5, 2021
1 parent a24b6e4 commit a1e3763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Features:
thanks to @dclayton-godaddy for showing the way.
* [#244](https://github.com/godaddy/tartufo/pull/244) - Drops support for
`--fetch/--no-fetch` option for local scans

* [#254](https://github.com/godaddy/tartufo/pull/260) - Changes the default value of
`--regex/--no-regex` to True.
v2.9.0 - 19 October 2021
------------------------

Expand Down
2 changes: 1 addition & 1 deletion tartufo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_command(self, ctx: click.Context, cmd_name: str) -> Optional[click.Comma
@click.option(
"--regex/--no-regex",
is_flag=True,
default=False,
default=True,
show_default=True,
help="Enable high signal regexes checks.",
)
Expand Down

0 comments on commit a1e3763

Please sign in to comment.