k3s/.clomonitor.yml
Orlix cc08a9d3ea
Add .clomonitor.yml file so we can exclude the Artifact Hub check (#12555)
* Add .clomonitor.yml file so we can exclude the Artifact Hub check and few others in the future if nneeded

Signed-off-by: Orlix <orlin@orlix.org>
2025-06-27 12:38:05 -04:00

7 lines
434 B
YAML

# CLOMonitor metadata file
# This file must be located at the root of the repository
# Checks exemptions
exemptions:
- check: artifacthub_badge # Check identifier (see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions)
reason: "K3s is bundled Kubernetes distribution and it's installed via the k3s binary or script or shipped as part of OS and therefore, it does not appear on Artifact Hub independently."