mirror of
https://github.com/k3s-io/k3s.git
synced 2025-12-18 23:06:14 -05:00
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>
This commit is contained in:
parent
aa18062f2e
commit
cc08a9d3ea
1 changed files with 7 additions and 0 deletions
7
.clomonitor.yml
Normal file
7
.clomonitor.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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."
|
||||
Loading…
Reference in a new issue