Skip to content

Releases: godaddy/tartufo

Version v5.0.0

14 Mar 21:30
781880c
Compare
Choose a tag to compare

#502 - Drop support for python 3.7; this version reached end of support on 27 June 2023.

Version 4.1.0

03 Apr 20:45
5bee353
Compare
Choose a tag to compare

Features:

  • #473 - Introduces new flag --target-config/--no-target-config to enable or disable processing of the config file in the repository or folder being scanned
  • #455 - Update documentation to fix incorrect wording
  • #458 - Adds --exclude-regex-patterns to allow for regex-based exclusions
  • #479 - Remove upward traversal logic for config discovery

Bug fixes:

  • #482 - Code updates to process rule-patterns set up in the target's default config file i.e. tartufo.toml or pyproject.toml

  • #467 - Multiple fixes to configuration file processing:

    • If multiple configuration files were specified, only the last was processed and no error or warning was generated. Now files are processed in order.
    • When multiple configuration files are specified, list-valued parameters are concatenated and single-valued parameters are overwritten by the last file that defines them.
    • Configuration files located in the target of a scan-folder operation were ignored; now they are located and processed in the same manner as for a scan-local-repo or scan-remote-repo operation.

Version 4.0.1

01 Mar 21:01
a6e3909
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

Version 4.0.0

17 Jan 23:18
540d9b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v4.0.0

Version 3.3.1

23 Nov 22:04
81115e0
Compare
Choose a tag to compare

v3.3.1 - 23 Nov 2022

Bug fixes:

  • #408 - 3.3.0 container broken
    • Rebuild container using python 3.10 base instead of python 3.11
    • Eliminates reference to missing library present in 3.3.0 container
    • Eliminates requirement for build-it-yerself libraries in container

Version 3.3.0

23 Nov 00:35
b8ee4d4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.3.0

Version 3.2.1

20 Jul 18:32
7c78708
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

Version 3.2.0

06 Jul 19:57
86fa327
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.4...v3.2.0

Version 3.1.4

31 May 23:25
79ce572
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.3...v3.1.4

Version 3.1.3

04 Apr 23:36
ed5f89b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3