Default configuration files are placed into the /config directory inside the Docker container. These should be moved to /default/config to allow the default configuration files to be accessible if the /config directory is bind-mounted to the host system.
Default configuration files are placed into the
/config
directory inside the Docker container. These should be moved to/default/config
to allow the default configuration files to be accessible if the/config
directory is bind-mounted to the host system.See https://github.com/fortify/FortifyVulnerabilityExporter/blob/main/src/main/java/com/fortify/util/spring/boot/container/PopulateContainerDirs.java for details.