undistro / zora

Zora is an open source solution that helps you achieve compliance with Kubernetes best practices recommended by industry-leading frameworks. By scanning your cluster with multiple plugins, Zora identifies potential issues, misconfigurations, and vulnerabilities.
https://getup.io/opensource/zora-oss
Apache License 2.0
280 stars 24 forks source link

Fix worker when popeye does not find the resource #186

Closed matheusfm closed 1 year ago

matheusfm commented 1 year ago

Description

When popeye json report contain the following error:

        "issues": {
          "": [
            {
              "group": "__root__",
              "gvr": "policy/v1/poddisruptionbudgets",
              "level": 3,
              "message": "the server could not find the requested resource"
            }
          ]
        }

it should be ignored.

How has this been tested?

Checklist