opa-scorecard
opa-scorecard copied to clipboard
@mcelep @Knappek @Gaardsholt @laimison Hello Team I tried to implement this in OpenShift Container Platform. Was able to setup and deployment/pod is up and running. But while trying to access...
This PR is adding a Helm chart that allows to install the `opa-exporter` via Helm. It also adds a GitHub Workflow that publishes the Helm chart via GitHub Pages once...
Hi, Did you consider putting in this repo helm chart for this deployment?
It seems opa-scorecard can only get the violations available in the Status field of any constraint. Which are not always the complete list of violations according the to gatekeeper [documentation](https://open-policy-agent.github.io/gatekeeper/website/docs/audit#constraint-status)....
Hey there, first: thanks for this great project, we use it in an Azure Kubernetes Service cluster to provide our customers a Grafana dashboard for their policy violations. One thing...
It would be nice in the deployment if there was a health endpoint, which would validate general health of the system. This could mean exposing anything from inability to connect...
may be interesting you. https://grafana.com/grafana/dashboards/15763
This pull request fixes an issue where exporter-go fails to export Prometheus metrics if the cluster opa-gatekeeper has exported duplicate violations, e.g. because of https://github.com/open-policy-agent/gatekeeper/issues/481 Symptom: https://opa-gatekeeper:9141/metrics returns `500 Internal...