octodemo-resources/UUID v5 Action
Generate UUID v5 values
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| value | The value to convert into a UUID | no | — |
| namespace | The UUID namespace value | yes | — |
Outputs
| name | description |
|---|---|
| uuid | The UUID v5 value |
| uuid_short | The UUID v5 value stripped of any dashes so that it is 32 characters long |
| namespace_uuid | The UUID value used for the namespace (converts any string value supplied for the namespace into a valid UUID) |