Alpine python image with trufflehog on board
docker run --rm -ti -v $PWD:/target yellowmegaman/container-trufflehog file:///target
docker run --rm -ti -v $PWD:/target yellowmegaman/container-trufflehog --regex --entropy=False https://github.com/dxa4481/truffleHog.git
kind: pipeline
name: github
steps:
- name: check for accidentally dropped creds
image: yellowmegaman/container-trufflehog:2.0.98
commands:
- /usr/local/bin/trufflehog --regex --entropy=False file:///$CI_WORKSPACE