File tree 2 files changed +16
-0
lines changed
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
122
122
123
123
See [ releasing] ( ./docs/release.md ) .
124
124
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
+
125
129
## Contributors
126
130
127
131
Thanks so much to our contributors.
You can’t perform that action at this time.
0 commit comments