You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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