Skip to content

Releases: fossas/fossa-cli

v3.10.13

18 Jul 00:55
44683e9

Choose a tag to compare

What's Changed

Full Changelog: v3.10.12...v3.10.13

v3.10.12

09 Jul 18:18
78010ff

Choose a tag to compare

  • PNPM: Initial support for lockfile version 9.0 (#1561)

v3.10.11

28 Jun 01:17
abbef28

Choose a tag to compare

What's Changed

  • Make it clearer that our manual dependency support is not specific to GitHub by @csasarak in #1554
  • Fix unzipping JARs that symlink to other layers by @zlav in #1555
  • Update Documentation Links by @gilfaizon in #1556
  • Add rendergraph to releases by @jssblck in #1558

Full Changelog: v3.10.10...v3.10.11

v3.10.10

06 Jun 17:58
3a5b473

Choose a tag to compare

  • go: support the tool directive introduced in go Feb 2025 (#1553)

v3.10.9

16 May 20:28
e96a280

Choose a tag to compare

  • CLI Args: Add a --tee-output argument to allow uploading results and also printing them to stdout. (#1546)

v3.10.8

13 May 19:30
13da105

Choose a tag to compare

  • Custom license scans: Apply licenseScanPathFilters to custom license scans (#1535).

v3.10.7

24 Apr 14:56
99c8247

Choose a tag to compare

  • Report: Allow generating SBOMs attribution reports using fossa-cli. (#1534)

v3.10.6

08 Apr 18:24
8bb8c62

Choose a tag to compare

  • Licensing: Fix a bug where the scikit-learn had an incorrect license detected (#1527)
  • Licensing: Adds support for the NREL disclaimer

v3.10.5

20 Mar 22:05
23fa998

Choose a tag to compare

Container scanning: Resolved a large number of issues with scanning containers (#1514, #1521)

  • Pulling containers from recent versions of Docker are properly supported.
  • OCI container hosts are better supported.
  • Scanning exported containers from recent versions of Docker are properly supported.
  • Authentication is better supported overall, it now integrates with native Docker authentication providers.
  • The old container scanning functionality still exists in FOSSA CLI as a fallback if the new functionality fails.

Note

FOSSA built a separate binary to handle pulling images; refer to its repository for details.
This binary is bundled into FOSSA CLI, you don't need to do anything special to use it.

v3.10.4

18 Mar 20:36
c21ae8a

Choose a tag to compare

  • Erlang: Rebar config parsing bug fixes (#1524)