Per company policy, ArtifactHub archive URLs must point to GitHub.
Reverted URLs that were incorrectly changed to Gitea.
- homeURL → github.com
- links[Source] → github.com
- archive-url → github.com/releases/download/v0.1.3/
Version (0.1.3) and checksum unchanged.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
- Update archive-url and checksum to v0.1.3 Gitea release
- Change homeURL and links from github.com to git.farh.net
- Bump version field from 0.1.2 to 0.1.3
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Follows canonical pattern from headlamp-sealed-secrets-plugin.
The pull_request trigger now fires on [uat, main] so the promotion
gate check auto-runs on PR open/sync for dev→uat PRs, not just
on review events.
headlamp-argocd-plugin was missing the dual-approval (CTO + QA) gate
required by SDLC. Added identical workflow to all other plugin repos.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Both packages are already pinned via pnpm.overrides and should not
appear in devDependencies. Removes duplicates introduced during lockfile
conflict resolution.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 20:10:40 +00:00
5 changed files with 47 additions and 21 deletions
// Allowlist for inherited dev-dependency CVEs from @kinvolk/headlamp-plugin
// CTO decision (PRI-854): these high-severity vulns are dev/build-time only,
// trace to @kinvolk/headlamp-plugin transitive deps (Picomatch, Vite, lodash),
// and do NOT ship in production plugin artifacts.
"allowlist":[
{
"id":"GHSA-hhpm-516h-p3p6",
"reason":"Picomatch ReDoS: devDependency only, does not ship in production plugin bundle"
},
{
"id":"GHSA-36xf-7xpp-53w5",
"reason":"Vite arbitrary file read: devDependency only, does not ship in production plugin bundle"
},
{
"id":"GHSA-jf8v-p3pp-93qh",
"reason":"lodash code injection via _.template: devDependency only, does not ship in production plugin bundle"
}
]
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.