Skip to content

Commit 2c01907

Browse files
chore: Document where to find our SBOMs (#124)
1 parent e52fe0b commit 2c01907

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.clomonitor.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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"

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ The continuous integration runs a set of [gherkin integration tests](https://git
122122

123123
See [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

127131
Thanks so much to our contributors.

0 commit comments

Comments
 (0)