mizcausevic-dev/K8s Pre-merge Gate

Run deprecated-API + RBAC over-scope + Pod Security Standards + Helm values-coverage scans against a K8s manifests directory (and optional Helm chart). Post a consolidated PR comment; fail when findings exceed the configured severity threshold.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
manifests-dirDirectory containing Kubernetes YAML manifests to scan.yes
chart-dirOptional Helm chart root (with templates/ and values.yaml). When set, runs the values-coverage check too.no
fail-onSeverity threshold that fails the run: 'high' (default), 'medium', or 'none' (never fail).nohigh
comment-on-prPost the consolidated Markdown report as a PR comment. Defaults to 'auto' (post on pull_request events only).noauto
github-tokenToken used to post the PR comment.no${{ github.token }}
namedescription
total-findingsTotal number of findings across all four scanners.
highCount of high-severity findings.
mediumCount of medium-severity findings.
lowCount of low-severity findings.