Skip to content

Commit

Permalink
fix(policies): removing false-positive for K8s namespaces (#961)
Browse files Browse the repository at this point in the history
Removing AC_K8S_0131 which is triggered for Kubernetes Namespaces.
It should address #957.

Signed-off-by: danmx <daniel@iziourov.info>
  • Loading branch information
danmx committed Aug 10, 2021
1 parent cecdd6e commit ced64a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.

This file was deleted.

Expand Up @@ -5,7 +5,6 @@ package accurics
object.get(input, "kubernetes_pod", "undefined"),
object.get(input, "kubernetes_deployment", "undefined"),
object.get(input, "kubernetes_job", "undefined"),
object.get(input, "kubernetes_namespace", "undefined")
]

item = item_list[_]
Expand Down

0 comments on commit ced64a2

Please sign in to comment.