wildsheepz/Multistage SBOM Merge
Merge package information from docker build stage into the final sbom
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker-image | The docker image to scan | yes | — |
| arch | Target arch if the image is an multi-arch image | no | linux/amd64 |
| sbom-output-filepath | Filepath to write the merged sbom output to | no | .sbom-output.json |
| sbom-raw-filepath | Filepath to write the raw sbom output to | no | .sbom-raw.json |
Outputs
| name | description |
|---|---|
| sbom-found | sbom was found with the image. 'true' if found. |
| is-supported-format | if the sbom was a supported type. 'true' if supported. |
| sbom-raw-filepath | Filepath the raw sbom output was written to |
| sbom-output-filepath | Filepath the merged sbom was written to |