lfreleng-actions/Hardware Bill of Materials
A GitHub Action to generate a hardware bill of materials
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| otel_service_name | The name of the service | yes | github-action-hw-bom |
| otel_exporter_otlp_endpoint | The endpoint to use for the OTLP exporter | no | — |
| otel_exporter_otlp_headers | The headers to use for the OTLP exporter | no | — |
Outputs
| name | description |
|---|---|
| cloud | The Cloud Provider |
| workflowRun | Github Workflow ID |
| instanceType | The Instance Type |
| uname | The Uname of the machine |
| display | The Display of the machine |
| cpu | The CPU of the machine |
| cpuVendor | The CPU Vendor of the machine |
| cpuModel | The CPU Model of the machine |
| cpuNumProc | The CPU Cores of the machine |
| hostname | The Hostname of the machine |
| gpuVendor | The GPU Vendor of the machine |
| gpuModel | The GPU Model of the machine |
| memTotal | The Total Memory of the machine |
| diskTotal | The Total Disk of the machine |
| diskFree | The Free Disk of the machine |
| diskUsed | The Used Disk of the machine |