edgebitio/EdgeBit Build
Upload build SBOM and metadata to EdgeBit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| edgebit-url | EdgeBit Organization URL, eg. https://foo.edgebit.io | yes | — |
| token | EdgeBit API token | yes | — |
| labels | Key/value labels to apply to the metadata for organizational purposes, e.g. "foo=bar, fizz=buzz" | no | — |
| repo-token | GitHub API token used to post comments on pull requests | no | ${{ github.token }} |
| sbom-file | Path to the SBOM file to upload | no | — |
| image-id | Docker-style image ID to associate with the SBOM (eg "sha256:c2ccf1a246a929e80af584c541944452a3c7e1d013e4abac452cd571e630176a") | no | — |
| image-tag | Docker-style image tag to associate with the SBOM (eg "foo/bar:latest") | no | — |
| repo-digest | Docker-style repo digest (or comma-separated list) to associate with the SBOM (eg "sha256:b644fed873ce1e623023d72a7ec6de626a834861c8bc724ce8e19a5138a8386e") | no | — |
| component | EdgeBit Component name to associate the SBOM with | yes | — |
| tags | Comma-separated list of Component tags to apply to the SBOM | no | — |
| commit-sha | Commit SHA to associate with the SBOM. | no | — |
| pr-number | Pull Request number on which to comment | no | — |
| post-comment | Post comments on the pull request | no | — |
| args-file | A JSON file containing input overrides to this action | no | — |
Outputs
| name | description |
|---|---|
| message | Message about the SBOM uploaded to EdgeBit |