From a48873bee488f0ed9d2cbecdfc660cfbf472e463 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Fri, 22 Dec 2023 10:17:17 -0500 Subject: [PATCH 1/2] add exemptions for clo monitor Signed-off-by: Jordan Dubrick --- .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 000000000..3b6100976 --- /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 From 0d930f6b95611f71425329d26a773097f79addb5 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Fri, 22 Dec 2023 10:25:10 -0500 Subject: [PATCH 2/2] add openssf badge to readme Signed-off-by: Jordan Dubrick --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ced708f2b..4f49b0073 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)