Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Releases: fossas/spectrometer

v2.2.6

25 Aug 19:23
4cd8fbe
Compare
Choose a tag to compare

Update vpscli to extract to a temporary folder instead of the current working directory.

v2.2.5

24 Aug 17:00
3528729
Compare
Choose a tag to compare

Update vpscli to embed its binary dependencies and support CI initiated VPS scans.

v2.2.4

18 Aug 21:04
7cc1831
Compare
Choose a tag to compare
sbt strategy via makePom (#54)

v2.2.3

03 Aug 23:11
Compare
Choose a tag to compare

Resolve an issue where vpscli would sometimes improperly not use the FOSSA reverse proxy to communicate with VPS services.

v2.2.2

31 Jul 23:29
4f56cb6
Compare
Choose a tag to compare
  • Updates vpscli to support easier integration with FOSSA instances.

v2.2.1

30 Jul 23:36
3bd7252
Compare
Choose a tag to compare
  • Fixes bug where the req.txt strategy would run even when no relevant files were present (#109)

v2.2.0

30 Jul 18:48
Compare
Choose a tag to compare
  • Fixes fossa test and project links for git projects with https 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

02 Jul 18:00
469c1e1
Compare
Choose a tag to compare
v2.2.0-alpha.1 Pre-release
Pre-release
Fixing sherlock-cmd invocation (#90)

It needs `scan <scan dir>` at the beginning of the command now

v2.1.0

27 Jun 00:48
c9f5af8
Compare
Choose a tag to compare
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

12 Jun 16:54
230a3ec
Compare
Choose a tag to compare
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