Closed amandel closed 5 years ago
To me this sounds like a very valuable feature.
Not sure, when I'll find the time to implement this. But of course pull requests are appreciated.
For the record:
/dependencycheck/root.pwd
./dependencycheck/dc-update.pwd
.
Thanks for this container. Since the database is and should only be updated inside the container it is possible to use a internal database user e.g.
dc_update
to do the database updates and leave thedc
user with read only permissions. The password of the database userdc_update
androot
could be generated randomly and kept inside the container (or set via environment variable). It should then be possible to set the password of thedc
database user via environment variable.What do you think?