eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
519 stars 123 forks source link

Scripts to facilitate setup and execution of Docker Compose app #502

Closed henrikplate closed 3 years ago

henrikplate commented 3 years ago

This PR aims at facilitating the setup and execution of Steady's Docker Compose application with the two bash scripts setup-steady.sh and start-steady.sh.

Moreover, the file .steady.properties in the user's home directory can be used to store user-specific configuration settings.

In this context, the filename pattern of configuration files has been changed from vulas-*.properties to steady-*.properties. Still, configuration files adhering to the old pattern are still considered - as long as they exist in the file system (opposed to being part of JAR or WAR files).

TODOs