From 7d9f8ac15c44e7b2d88f189739a436e226cd96b2 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Tue, 2 Jan 2024 16:09:16 -0500 Subject: [PATCH] CNCF Cleaner Tasks for CLO Monitor (#1399) * add exemptions for clo monitor Signed-off-by: Jordan Dubrick * add openssf badge to readme Signed-off-by: Jordan Dubrick --------- Signed-off-by: Jordan Dubrick --- .clomonitor.yml | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 .clomonitor.yml diff --git a/.clomonitor.yml b/.clomonitor.yml new file mode 100644 index 00000000..3b610097 --- /dev/null +++ b/.clomonitor.yml @@ -0,0 +1,9 @@ +# CLOMonitor metadata file +# This file must be located at the root of the repository + +# Checks exemptions +exemptions: + - check: license_scanning # Check identifier (see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions) + reason: "There are currently no plans moving forward to implement FOSSA or Snyk for scanning purposes." # Justification of this exemption (mandatory, it will be displayed on the UI) + - check: artifacthub_badge + reason: "This repository has no items that should be added to Artifact Hub." \ No newline at end of file diff --git a/README.md b/README.md index ced708f2..4f49b007 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Apache License](https://img.shields.io/badge/license-Apache-brightgreen.svg)](LICENSE) [![Contribute](https://img.shields.io/badge/developer-workspace-525C86?logo=eclipse-che&labelColor=FDB940)](https://workspaces.openshift.com/f?url=https://github.com/devfile/api) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8179/badge)](https://www.bestpractices.dev/projects/8179)