Skip to content

Comment on Show HN: Layerleak – Like Trufflehog, but for Docker Hubparent

Comments

Yeah, like I explained you CAN use an image from a docker daemon if you WANT to:

    trufflehog docker --image docker://new_image:tag
If you don't want to scan from a docker daemon then, you can pull from docker hub:
    trufflehog docker --image trufflesecurity/secrets 
or from a tarball:
    trufflehog docker --image file://path_to_image.tar
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.