This repository has been archived by the owner on Apr 1, 2022. It is now read-only.
Releases: fossas/spectrometer
Releases · fossas/spectrometer
v2.2.6
Update vpscli
to extract to a temporary folder instead of the current working directory.
v2.2.5
Update vpscli
to embed its binary dependencies and support CI initiated VPS scans.
v2.2.4
sbt strategy via makePom (#54)
v2.2.3
Resolve an issue where vpscli
would sometimes improperly not use the FOSSA reverse proxy to communicate with VPS services.
v2.2.2
- Updates
vpscli
to support easier integration with FOSSA instances.
v2.2.1
v2.2.0
-
Fixes
fossa test
and project links for git projects withhttps
remotes (#92) -
Fixes strategy failures related to command-not-found errors (#106)
-
Merges the dependencies of
*req*.txt
files we find (#102) -
Re-enables deep dependency gathering for golang projects (#98)
-
Fixes directory skipping (e.g.,
node_modules
) (#100) -
Adds CLI-side support for contributor counting (#94)
-
Enables paket.lock strategy (#107)
-
Improves parallelism of strategy discovery (#93)
v2.2.0-alpha.1
Fixing sherlock-cmd invocation (#90) It needs `scan <scan dir>` at the beginning of the command now
v2.1.0
Archive unpacking (#86) This adds --unpack-archives as a command switch to fossa analyze. Discovered .tar, .tar.gz, .zip, .jar, and .rpm files will be recursively unarchived and analyzed.
v2.0.0
Fossa report attribution --json (#78) * Add attribution parser and tests * Stub report module properly * ACTUALLY stub report module properly * Use better tuplifier method * Implement attribution and fossa init * minor fixes * Update JSON parser to include more null fields * Fix tests for fallible types * Address review comments * Fix warning message * Remove redundant import