step-security/Open Telemetry CI/CD Action
Export CI/CD workflows to any endpoint compatible with OpenTelemetry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| otlpEndpoint | The destination endpoint to export OpenTelemetry traces to | yes | — |
| otlpHeaders | Network Headers for the destination endpoint to export OpenTelemetry traces to | yes | — |
| otelServiceName | OpenTelemetry service name | no | "" |
| githubToken | The repository token with Workflow permissions. i.e. secrets.GITHUB_TOKEN | no | — |
| runId | Workflow Run ID to Export. Defaults to env.GITHUB_RUN_ID | no | — |
| extraAttributes | Extra resource attributes to add to each span | no | — |
Outputs
| name | description |
|---|---|
| traceId | The OpenTelemetry Trace ID of the root span |