github · GitHub Actions Docs
Actions Kubernetes admissions controller - GitHub Docs
Explains how to use a Kubernetes admissions controller to secure GitHub Actions by validating and potentially rejecting requests to the Kubernetes API server based on security policies.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Kubernetes admissions controller - GitHub Docs
Explains how to use a Kubernetes admissions controller to secure GitHub Actions by validating and potentially rejecting requests to the Kubernetes API server based on security policies.
When To Use
Use when you need to implement automated security policy enforcement to validate or block specific requests within a Kubernetes cluster used for GitHub Actions workloads.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-security-kubernetes-admissions-controller-github-docs-workflow-guide.md | Documentation explaining how to use a Kubernetes admission controller to enforce artifact attestations and image verification for GitHub Actions. | Questions about documentation explaining how to use a Kubernetes admission controller to enforce artifact attestations and image veri... |
What This Skill Covers
-
- GitHub Actions / - Concepts / - Security / - Kubernetes admissions controller
- Main sections:
In this article,About Kubernetes admission controller,About image verification,About trust roots and policies,Next steps.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/concepts/security/kubernetes-admissions-controller
