Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Analyze Fossa Scans - Generate License Reports | Online Free DevTools by Hexmos

Analyze open source licenses with Fossa. Generate realtime license audits and vulnerability scans for dependencies. Free online tool, no registration required.

fossa

CLI for the Fossa service - Generate realtime license audits, vulnerability scans and reports about dependencies licenses. More information: https://github.com/fossas/fossa-cli/blob/master/docs/README.md.

  • Initialize a .fossa.yml configuration file:

fossa init

  • Run a default project build:

fossa build

  • Analyze built dependencies:

fossa analyze

  • Generate reports:

fossa report

  • Test current revision against the FOSSA scan status and exit with errors if issues are found:

fossa test

See Also