Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 420 Bytes

File metadata and controls

19 lines (13 loc) · 420 Bytes

Policies with OPA

trivy conf --severity CRITICAL .

Customize Rules in Containers

trivy conf --severity CRITICAL --policy ./policy/container --namespaces mycontainer .

Customize Rules in Kubernetes

trivy conf --severity CRITICAL --policy ./policy/k8s --namespaces myk8s .

More samples about Customization with OPA here