Skip to content

v0.5.0

Compare
Choose a tag to compare
@vkononov vkononov released this 16 Nov 19:10
· 16 commits to main since this release
13f1473
  • Fix an issue that used the wrong Gemfile when explicitly specifying project path.
  • Add a loading spinner to indicate that the script is still running.
  • Introduce multi-threading when auditing different technologies. This dramatically speeds up execution when there is more than one technology within a project.
  • Fix an issue with the gem returning an incorrect exit code. Now it correctly returns 0 when no packages are found, and 1 otherwise.
  • Cap non-production environment risk to low (was medium).
  • Introduce the environment filter within the CLI. Now the script can show packages for specific environments only.
  • Change all reports to have the same columns by default to ensure consistency.
  • Remove the need to do bundle install before Ruby auditing. Ruby gems are now resolved remotely and instead of locally, which eliminates the annoying requirements to have the gems be installed locally