Releases: fossas/fossa-cli
Releases · fossas/fossa-cli
v3.8.0
- License Scanning: You can license scan your first-party code with the
--experimental-force-first-party-scans
flag (#1187) - Network requests:
fossa-cli
retries network requests, if it experiences timeout error. (#1203) - Monorepo is no longer a supported feature of FOSSA. (#1202)
experimental-enable-binary-discovery
,detect-vendored
: Redact file contents in debug bundles. (#1201)setup.cfg
: Adds support for setup.cfg, in conjuction withsetup.py
. (#1195)- Default Filters: Default filters are applied prior to analysis. Improves overall runtime performance. (#1193)
.fossa.yml
and CLI args: Allow setting a policy by id in addition to by name. (#1203)- Doc only: Fixed an issue in the
fossa-deps
schema suggesting against the use ofname
for referenced RPM dependencies. If your editor utilizes SchemaStore, this file should now lint properly after this change propagates. (#1199).
v3.7.11
v3.7.10
v3.7.9
v3.7.8
v3.7.7
v3.7.6
v3.7.5
v3.7.4
v3.7.3
- Go: Collects environment variables in debug bundle. (#1132)
- Diagnostics: Improves user-facing error messages and debugging tips for external commands and some HTTP error conditions (#1165)
- License Scanning: Scan the full contents of "license.html" and "licence.html" for license content, not just the comments. (#1169)