From 59b67fefb10c7d76901293777002bdf5d1c15393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Mon, 3 Oct 2022 14:08:32 +0200 Subject: [PATCH] Add CLOMonitor metadata file (#2374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- .clomonitor.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .clomonitor.yml diff --git a/.clomonitor.yml b/.clomonitor.yml new file mode 100644 index 00000000..0d89ad4d --- /dev/null +++ b/.clomonitor.yml @@ -0,0 +1,6 @@ +# CLOMonitor metadata file +# https://github.com/cncf/clomonitor/blob/main/docs/metadata/.clomonitor.yml + +exemptions: + - check: trademark_disclaimer + reason: "The trademark disclaimer is being displayed on the website but CLOMonitor isn't able to detect it yet as it isn't part of the index HTML document (it's rendered from JS)"