Pull the package name and version, usage count, and license + legal text into an html file.
- Your Snyk org ID => Check settings to find the Org ID
- Your Snyk token => account => settings
- A paid Snyk account (API are a paid thing. Check snyk.io/plans)
licenseTextAndCopyrightBOM -orgID=<your_org_ID> -token=<your_snyk_token>
Generates an output.html file locally
Optional for Snyk Private instances
-api https://your-instance-hostname/api
Optional to ignore TLS errors (private CA certs, expired certificates)
-insecure
- Implement some tests
- Set build pipeline
- Add copyrights extraction