diff --git a/pages/common/fossa.md b/pages/common/fossa.md new file mode 100644 index 0000000000..7eac79b6fe --- /dev/null +++ b/pages/common/fossa.md @@ -0,0 +1,24 @@ +# fossa + +> CLI for the Fossa service - Generate realtime license audits, vulnerability scans and reports about dependencies licenses. +> Homepage: . + +- 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`