mvdkleijn/License Overview Generator
Downloads and runs the mvdkleijn/licenses tool on a given (CycloneDX) SBOM file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sbom | The SBOM file to analyze. | yes | — |
| type | The file type of the SBOM (xml or json). Defaults to xml. | no | xml |
| filename | The filename for the generated output. Defaults to 'licenses.md'. | no | licenses.md |
| template | Go template content for the report generation. | yes | — |
| evaluate | Whether or not to evaluate license compatibility. | no | false |
Outputs
| name | description |
|---|---|
| output | The generated output file. |