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

Change version in .env.sample and fix bump script #525

Closed henrikplate closed 2 years ago

henrikplate commented 2 years ago

Corrected version in .env.sample, which is taken by the setup script, and updated bump-version.sh to make sure this happens automatically in the future.

TODOs