servicenow/SBOM Status Action
An action to query the status of an uploaded SBOM document to ServiceNow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| snSbomUser | Platform Username. | yes | — |
| snSbomPassword | Platform Password. | yes | — |
| snInstanceUrl | The URL of the ServiceNow Platform instance. | yes | — |
| bomRecordId | The BOM Record ID returned from the SBOM Upload API. | yes | — |
| maxStatusPollAttempts | The maximum number of times the action is permitted to poll the ServiceNow instance for SBOM upload and processing status. | no | — |
| statusAttemptInterval | The time interval the action will wait between performing a subsequent status poll if previous attempts have not returned with a completed state. | no | — |
| fetchPackageInfo | Wait for additional package information. | no | — |
| fetchVulnerabilityInfo | Wait for additional vulnerability information. | no | — |
Outputs
| name | description |
|---|---|
| results | The JSON stringified response from the status API. |
| statusState | The completion state of the underlying status API request. |