privilegedescalation-engineer[bot] 2e0fc02f2c fix(ci): add end anchor to SemVer regex in artifacthub validation
The regex `^\d+\.\d+\.\d+` was missing a `$` end anchor, allowing
versions like `1.2.3.4` or `1.2.3extra` to pass validation.

Fixed to `^\d+\.\d+\.\d+$` for strict X.Y.Z matching.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-24 22:57:41 +00:00
2026-03-09 10:21:49 +00:00
2026-03-07 15:23:04 +00:00
S
Description
Privileged Escalation organization configuration and governance
Readme 2.7 MiB
Languages
Shell 100%