Skip to content

v0.6.0

Compare
Choose a tag to compare
@phylum-bot phylum-bot released this 27 May 02:40
· 427 commits to main since this release
v0.6.0
bc82422

Feature

  • Provide an option to force analysis (#55) (4d6fc3b)
  • Default to project settings for risk domain thresholds (#52) (9f10442)
  • Default to analyzing new dependencies only (#53) (e0894fc)

Fix

  • Ensure the "CI Platform Name" portion of a label is correct (#55) (1867fb6)
  • Enable Phylum UI links for groups (#54) (8775a63)

Breaking Changes

  • Individual risk domain threshold values can be set with command line options, which now accept values between 0 and 100, inclusive
    • Previously, the accepted values were between 0 and 99, inclusive
  • The option to analyze --new-deps-only was removed and replaced with one that has the opposite meaning: --all-deps
  • The short option to --force-install was changed from -f to -fi

Full Changelog: v0.5.2...v0.6.0