LinuxCommandLibrary

fossa

fossa

TLDR

Initialize a .fossa.yml configuration file

$ fossa init
copy


Run a default project build
$ fossa build
copy


Analyze built dependencies
$ fossa analyze
copy


Generate reports
$ fossa report
copy


Test current revision against the FOSSA scan status and exit with errors if issues are found
$ fossa test
copy

Copied to clipboard