/fossa-cli-docker

A lightweight Docker image for FOSSA CLI

Primary LanguageDockerfileMozilla Public License 2.0MPL-2.0

FOSSA CLI

This repository contains a docker image wrapping FOSSA CLI:

Running FOSSA CLI

You can run the FOSSA CLI tool's analyze command using the following statement:

docker run -v /path/to/your/project:/project -e FOSSA_API_KEY caprarodorner/fossa-cli analyze

This assumes that the project you want to analyze, lives in the directory /path/to/your/project and your host system has the environment variable FOSSA_API_KEY set.

Checkout FOSSA's own documentation on FOSSA CLI for more details.