unfetter-discover / unfetter

The main project for the Unfetter-Discover application. This is the project that will hold the configuration files, the docker-compose files, issue tracking, and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the test docker-compose in unfetter-store is creating local directories owned by root

infosec-alchemist opened this issue · comments

In building tests, were the builder is not root, there is a user mismatch between the docker created directories (root) and the executor of docker.

  • Move tests to named volumes
  • Think about moving to ansible for integration type tests.