Skip to content

Commit e695b66

Browse files
authored
Add FOSSA badges (#7094)
1 parent 563087f commit e695b66

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.clomonitor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions
12
exemptions:
23
- check: artifacthub_badge
34
reason: "Artifact Hub doesn't support Java packages"
45
- check: signed_releases
56
reason: "Maven central releases are signed and there are no GitHub release artifacts"
7+
- check: openssf_badge
8+
reason: "ETOOMANYBADGES, but the work has been done: https://www.bestpractices.dev/projects/9991"

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# OpenTelemetry Java
22

3-
[![Continuous Build][ci-image]][ci-url]
4-
[![Coverage Status][codecov-image]][codecov-url]
53
[![Maven Central][maven-image]][maven-url]
6-
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/io/opentelemetry/java/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/io/opentelemetry/java/README.md)
4+
[![Coverage Status][codecov-image]][codecov-url]
5+
[![FOSSA License Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopen-telemetry%2Fopentelemetry-java.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopen-telemetry%2Fopentelemetry-java?ref=badge_shield&issueType=license)
6+
[![FOSSA Security Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Fopen-telemetry%2Fopentelemetry-java.svg?type=shield&issueType=security)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Fopen-telemetry%2Fopentelemetry-java?ref=badge_shield&issueType=security)
77
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/open-telemetry/opentelemetry-java/badge)](https://scorecard.dev/viewer/?uri=github.com/open-telemetry/opentelemetry-java)
8-
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9991/badge)](https://www.bestpractices.dev/projects/9991)
8+
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/io/opentelemetry/java/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/io/opentelemetry/java/README.md)
99

1010
`opentelemetry-java` is the home of the Java implementation of the OpenTelemetry API for recording
1111
telemetry, and SDK for managing telemetry recorded by the API.
@@ -301,8 +301,6 @@ We are currently resource constrained and are actively seeking new contributors
301301

302302
Made with [contrib.rocks](https://contrib.rocks).
303303

304-
[ci-image]: https://github.com/open-telemetry/opentelemetry-java/workflows/Build/badge.svg
305-
[ci-url]: https://github.com/open-telemetry/opentelemetry-java/actions?query=workflow%3ABuild+branch%3Amain
306304
[codecov-image]: https://codecov.io/gh/open-telemetry/opentelemetry-java/branch/main/graph/badge.svg
307305
[codecov-url]: https://app.codecov.io/gh/open-telemetry/opentelemetry-java/branch/main/
308306
[dependencies-and-boms]: https://opentelemetry.io/docs/languages/java/intro/#dependencies-and-boms

0 commit comments

Comments
 (0)