Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 641 Bytes

File metadata and controls

33 lines (22 loc) · 641 Bytes

Quick Start

Spectrometer is a tool that requires minimal configuration: usually, only a FOSSA API key is required.

If you do not have an API key, please check the FOSSA documentation for instructions on generating an API key.

Configure your API key

export FOSSA_API_KEY=abcdef123456

Run Analysis

This runs dependency analysis in the current directory, uploading results to FOSSA

fossa analyze

Check for FOSSA scan results

fossa test

For additional commands and command flags, use --help:

fossa --help
fossa analyze --help
# etc