Skip to content

Commit 7d9f8ac

Browse files
authored
CNCF Cleaner Tasks for CLO Monitor (#1399)
* add exemptions for clo monitor Signed-off-by: Jordan Dubrick <[email protected]> * add openssf badge to readme Signed-off-by: Jordan Dubrick <[email protected]> --------- Signed-off-by: Jordan Dubrick <[email protected]>
1 parent 97165a5 commit 7d9f8ac

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.clomonitor.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CLOMonitor metadata file
2+
# This file must be located at the root of the repository
3+
4+
# Checks exemptions
5+
exemptions:
6+
- check: license_scanning # Check identifier (see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions)
7+
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)
8+
- check: artifacthub_badge
9+
reason: "This repository has no items that should be added to Artifact Hub."

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[![Apache License](https://img.shields.io/badge/license-Apache-brightgreen.svg)](LICENSE)
66
[![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)
7+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8179/badge)](https://www.bestpractices.dev/projects/8179)
78

89
</div>
910

0 commit comments

Comments
 (0)