hahwul/CycloneDX Crystal Action
A GitHub Action to generate CycloneDX SBOM from Crystal shard projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| shard_file | The shard.yml file path | no | shard.yml |
| lock_file | The shard.lock file path | no | shard.lock |
| output_file | Output file path (if not specified, outputs to stdout) | no | "" |
| spec_version | CycloneDX spec version (options: 1.4, 1.5, 1.6) | no | 1.6 |
| output_format | Output format (options: json, xml, csv) | no | json |
Outputs
| name | description |
|---|---|
| sbom_file | Path to the generated SBOM file |
| sbom_content | Content of the generated SBOM (when output_file is not specified) |