cred_scanner: scanner to look for potential AWS access and secret keys

cred_scanner A simple command line tool for finding AWS credentials in files. Optimized for use with Jenkins and other CI systems. Install git clone https://github.com/disruptops/cred_scanner.git cd cred_scanner pip install -r requirements.txt Use python cred_scanner.py  That will...