fossas / fossa-cli

Fast, portable and reliable dependency analysis for any codebase. Supports license & vulnerability scanning for large monoliths. Language-agnostic; integrates with 20+ build systems.
https://fossa.com
Other
1.28k stars 173 forks source link

[Reachability] Scan summary and better docs #1379

Closed meghfossa closed 8 months ago

meghfossa commented 8 months ago

Overview

This PR,

Acceptance criteria

Testing plan

git checkout feat/better-docs && make install-dev

git clone https://github.com/fossas/reachability-with-maven-example.git
cd reachability-with-maven-example

# (required) perform maven build
# if jar artifact is not present reachability will not be performed
mvn package

# Analyze with fossa-dev
fossa-dev analyze -p reachability-example-better-docs -r example-revision --fossa-api-key <MY-FOSSA-KEY>

Risks

N/A

Metrics

N/A

References

https://fossa.atlassian.net/browse/ANE-1416