How to Install dodgy in Ubuntu 18.04



Install dodgy by entering the following commands in the terminal:

sudo apt update
sudo apt install dodgy

Description:

searches for dodgy looking lines in Python code

Dodgy is a very basic tool to run against your codebase to search for "dodgy" looking values. It is a series of simple regular expressions designed to detect things such as accidental SCM diff checkins, or passwords or secret keys hard coded into files.

Homepage: https://github.com/landscapeio/dodgy

Version: 0.1.9-3

Section: universe/python