From aeab42b6ecae84b14a4b1df9bfa3424453ca46c4 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 18 Feb 2026 14:10:28 -0500 Subject: [PATCH] Fix: add required maintainer email to artifacthub-pkg.yml Artifact Hub requires a non-empty email on all maintainer entries. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- artifacthub-pkg.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 6246960..34cca10 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -27,6 +27,7 @@ keywords: maintainers: - name: privilegedescalation + email: privilegedescalation@users.noreply.github.com provider: name: privilegedescalation