github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/rules/kubernetes/lib/utils.rego (about)

     1  # METADATA
     2  # custom:
     3  #   library: true
     4  #   input:
     5  #     selector:
     6  #     - type: kubernetes
     7  #     - type: rbac
     8  package lib.utils
     9  
    10  has_key(x, k) {
    11  	_ = x[k]
    12  }