Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .clomonitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# CLOMonitor metadata file
# This file must be located at the root of the repository

# Checks exemptions

# Check identifiers are here https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions (look for "id")
exemptions:
- check: signed_releases
reason: "Our releases are signed on Maven Central"
- check: artifacthub_badge
reason: "Java library, not a k8s thing. We use Maven Central"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ The continuous integration runs a set of [gherkin integration tests](https://git

See [releasing](./docs/release.md).

### Software Bill of Materials (SBOM)

We publish SBOMs with all of our releases as of 0.3.0. You can find them in Maven Central alongside the artifacts.

## Contributors

Thanks so much to our contributors.
Expand Down