Deployment
Docker
4min
The following command will allow you to run TruffleHog Enterprise as a daemon in Docker. The last line contains the arguments passed to TruffleHog (the scan subcommand followed by the config arguement). Everything prior to that are flags for Docker itself.
If your environment uses a custom certificate authority, and it is installed on the host machine, you can mount it into the container for use with the following Docker flags:
The location of your custom CA may vary and need adjustment.
If your environment requires a HTTP proxy for egress, you can specify it with the following Docker flags:
You will likely need to adjust the hosts for your environment.