Prevent creation of .env file
To propagate environment variable from host to sast container, .env file is created. Then, this .env file is analyzed by sast and may trigger TruffleHog for example. Passing `-e VARNAME` to docker without definition allow to propagate environment variables without need to create the .env file.
Showing
Please register or sign in to comment