jack-gronenthal-sn/SBOM Workspace Action
An action for facilitating interfacing with ServiceNow SBOM Workspace.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sn-sbom-user | Platform Username. | yes | — |
| sn-sbom-password | Platform Password. | yes | — |
| sn-instance-url | The URL of the ServiceNow Platform instance. | yes | — |
| gh-token | The GitHub Token of the SBOM provider repository. | no | — |
| gh-account-owner | The owner of the provider GitHub repository. | no | — |
| provider | The provider type. | yes | repository |
| args | An object that captures the action's arguments. | no | — |
| repository | The repository from which the SBOM will be picked. | no | — |
| path | The absolute path from repository root to the SBOM document to be picked. | no | — |
| document | The stringified JSON SBOM document. | no | — |
| validateDocument | Optionally validate SBOM document against appropriate specification identified from the document. | no | false |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |