File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ # CLOMonitor metadata file
3+ # This file must be located at the root of the repository
4+
5+ # Checks exemptions
6+
7+ # Check identifiers are here https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions (look for "id")
8+ exemptions :
9+ - check : signed_releases
10+ reason : " Our releases are signed on Maven Central"
11+ - check : artifacthub_badge
12+ reason : " Java library, not a k8s thing. We use Maven Central"
Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ The continuous integration runs a set of [gherkin integration tests](https://git
122122
123123See [ releasing] ( ./docs/release.md ) .
124124
125+ ### Software Bill of Materials (SBOM)
126+
127+ We publish SBOMs with all of our releases as of 0.3.0. You can find them in Maven Central alongside the artifacts.
128+
125129## Contributors
126130
127131Thanks so much to our contributors.
You can’t perform that action at this time.
0 commit comments