You can install tartufo in the usual ways you would for a Python Package, or using docker to pull the latest tartufo docker image from Docker Hub.
Installation with pip:
pip install tartufo Installation with docker:
docker pull godaddy/tartufo If you would like to install the latest in-development version of tartufo, this can also be done with pip.
pip install -e git+ssh://git@github.com/godaddy/tartufo.git#egg=tartufo When tartufo is installed, it inserts an eponymous command into your path. So if everything went well, the easiest way to verify your installation is to simply run that command:
Checking the pip installation:
tartufo --help Checking the docker installation:
docker run godaddy/tartufo --help What is a Software Supply Chain Attack? A software supply chain attack occurs when a…
When people ask how UDP works, the simplest answer is this: UDP sends data quickly…
Endpoint Detection and Response (EDR) solutions have become a cornerstone of modern cybersecurity, designed to…
A large-scale malware campaign leveraging AI-assisted development techniques has been uncovered, revealing how attackers are…
How Does a Firewall Work Step by Step? What Is a Firewall and How Does…
People trying to securely connect to work are being tricked into doing the exact opposite.…