From 1a168996834d539ceecb5c4029ae27bfa9247be9 Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Thu, 18 Apr 2019 10:56:33 +0200 Subject: [PATCH] fossa: add page (#2922) --- pages/common/fossa.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/fossa.md 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`