fortify / FortifyVulnerabilityExporter

Export Fortify vulnerability data to GitHub, GitLab, SonarQube and more
Other
24 stars 8 forks source link

Docker: populate bind mount on /config directory #12

Closed rsenden closed 3 years ago

rsenden commented 3 years ago

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.