medcrypt/Medcrypt Helm SBOM Upload
Upload a SBOM into Medcrypt Helm system
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-base-url | The root URL for the Medcrypt Helm API. This determines your environment | yes | — |
| client-id | The API client identifier provided to you by Medcrypt. KEEP THIS SECURE. | yes | — |
| client-secret | The API client secret provided to you by Medcrypt. KEEP THIS SECURE. | yes | — |
| workspace-name | The name of the workspace as it exists in the Helm system. CASE SENSITIVE. This is optional. If not provided, default workspace will be used. | no | — |
| product-uuid | The 128-bit universally unique identifier for the product, such as 9ef5460a-5246-43dd-89cf-f98cfecaf46d. If this is not specified, then product-name must be provided | no | — |
| product-name | The name of the product as it exists in the Helm system. CASE SENSITIVE. If this is not specified, then product-uuid must be provided. | no | — |
| product-version-name | The name of the product version as it exists in the Helm system. Not case sensitive. If this is a numeric value like 1.0, be sure to enclose it in quotes to prevent it from being treated as a number and possibly truncated. | yes | — |
| sbom-file-path | Path to the SBOM file within the github action workspace. | yes | — |
| create-product-if-not-found | If true, will create the product if it does not exist. | no | false |
| create-version-if-not-found | If true, will create the version of the product if it does not exist. | no | false |
Outputs
no outputs