Skip to content

Commit 224f878

Browse files
authored
Cncf cleaner tasks (#71)
* update readme to properly link to changelog Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * add exemptions and best practice badge Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * remove artifact hub exemption Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> --------- Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent 3c31f76 commit 224f878

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.clomonitor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<div id="header">
55

66
[![Apache2.0 License](https://img.shields.io/badge/license-Apache2.0-brightgreen.svg)](LICENSE)
7+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8256/badge)](https://www.bestpractices.dev/projects/8256)
78
</div>
89

910
The Devfile Registry operator manages the lifecycle of the following custom resources:
@@ -27,7 +28,7 @@ Issue tracking repo: https://github.com/devfile/api with label area/registry
2728

2829
## Changelog
2930

30-
Access the [CHANGELOG.md](CHANGELOG.md) here.
31+
This repository utilizes Release Notes to track and display changes, a changelog for every release can be found [here](https://github.com/devfile/registry-operator/releases).
3132

3233
## Requirements
3334

0 commit comments

Comments
 (0)