Skip to content

Releases: godaddy/tartufo

Configuration improvements

27 Nov 18:32
94c21c6
Compare
Choose a tag to compare
  • Support reading config from tartufo.toml for non-Python projects
  • #17 - A separate repository can be used for storing rules files
  • #18 - Read the pyproject.toml or tartufo.toml from the repo being scanned

Stable release, take two!

19 Nov 17:58
a25929d
Compare
Choose a tag to compare

This release is essentially the same as the v1.0.0 release, but with a new number. Unfortunately, we had historical releases versioned as v1.0.0 and v1.0.1. Due to limitations in PyPI, even if a previous release has been deleted, the version number may not be reused.

Initial stable release

19 Nov 17:09
e96cc35
Compare
Choose a tag to compare
  • Finished the "hard fork" process, so that our project is now independent of truffleHog.
  • #13 - Tests are now split into multiple files/classes
  • #14 - tartufo is now configurable via pyproject.toml
  • #15 - Code is fully type annotated
  • #16 - Fully fleshed out "Community Health" files
  • #20 - Code is now fully formatted by black

Docker Builds

19 Nov 16:47
5455dd5
Compare
Choose a tag to compare

Automated Docker builds!

  • Docker images are built and pushed automatically to https://hub.docker.com/r/godaddy/tartufo
  • The version of these images has been synchronized with the Python version via the VERSION file
  • Gave the Python package a more verbose long description for PyPi, straight from the README.

Initial Public Release

19 Nov 16:47
ec76899
Compare
Choose a tag to compare

This is the first public release of tartufo, which has been forked off from truffleHog.

The primary new features/bugfixes include:

  • Renamed everything to tartufo
  • #1 - Additive whitelist/blacklist support
  • #4 - --pre_commit support
  • #6 - Documented the --cleanup switch which cleans up files in /tmp
  • #10 - Running tartufo with no arguments would produce an error
  • Added support for https://pre-commit.com/ style hooks