Skip to main content

Supported Formats

SCANOSS-JS supports the following output formats:
  • JSON - Raw SCANOSS scan results with component, dependency and cryptography data
  • HTML - Interactive visual report with component analysis, license information and dependency trees

Generating Scan Results

JSON Format

Generate raw SCANOSS results in JSON format:
# Basic JSON output
scanoss-js scan -o results.json /path/to/folder

HTML Report

Generate a comprehensive HTML report with visual analysis:
# HTML report with dependencies (required)
scanoss-js scan --dependencies --format html -o report.html /path/to/folder