Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
trivy-enforcer — [EXPERIMENTAL] Kubernetes Operator for Image Assurance | Kitploit
Tools/GitHubGitHub/aquasecurity/trivy-enforcer
Vulnerability ScannersContainer SecurityCloud SecurityDevSecOpsSupply Chain SecurityMisconfiguration
GitHubaquasecurity/trivy-enforcer

trivy-enforcer

[EXPERIMENTAL] Kubernetes Operator for Image Assurance

View Repository
20456 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

trivy-enforcer

EXPERIMENTAL

Kubernetes Operator for Image Assurance

It works as

  • Admission Controller
    • protecting unsafe images from being deployed
  • Custom Controller
    • watching ImageVulnerability CRD and scanning the image in the custom resource automatically

Setup

root@kitploit:~
$ kubectl apply -f manifests/opa.yaml
$ kubectl apply -f manifests/cert-manager.yaml
$ export IMG=your_account/controller:latest
$ make docker-push
$ make deploy

Development

root@kitploit:~
$ kubectl apply -f manifests/opa.yaml
$ kubectl apply -f manifests/cert-manager.yaml
$ skaffold dev
Download Tool