From e0ecbd684cf9cbdde73cb76626a50c6d103d3bb1 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 2 Aug 2023 11:27:43 -0400 Subject: [PATCH] chore: Add CLO Monitor exemption settings Signed-off-by: Adam Harvey --- .clomonitor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .clomonitor.yml diff --git a/.clomonitor.yml b/.clomonitor.yml new file mode 100644 index 0000000000..1e217dd400 --- /dev/null +++ b/.clomonitor.yml @@ -0,0 +1,9 @@ +# CLOMonitor metadata file +# This file must be located at the root of the repository +# https://clomonitor.io/projects/cncf/backstage + +# Checks exemptions +exemptions: + - check: trademark_disclaimer # Check identifier (see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions) + # Justification of this exemption (mandatory, it will be displayed on the UI) + reason: 'The Linux Foundation trademark disclaimer and link are contained within the project web site at https://backstage.io in the copyright footer. However, because the site is delivered dynamically via React through JavaScript, the check cannot currently identify it.'