Skip to content

Commit b2177e8

Browse files
committed
Add OSSF and best practices badges
1 parent fd525f3 commit b2177e8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
</strong>
1111
</p>
1212

13-
<p align="center">
14-
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/build.yml">
15-
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/open-telemetry/opentelemetry-java-instrumentation/build.yml?branch=main&style=for-the-badge">
16-
</a>
17-
<a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases">
18-
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/open-telemetry/opentelemetry-java-instrumentation?style=for-the-badge">
19-
</a>
20-
</p>
21-
2213
<p align="center">
2314
<strong>
2415
<a href="CONTRIBUTING.md">Contributing</a>
@@ -154,6 +145,16 @@ To turn on the agent's internal debug logging:
154145
**Note**: These logs are extremely verbose. Enable debug logging only when needed.
155146
Debug logging negatively impacts the performance of your application.
156147

148+
## Badges
149+
150+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/open-telemetry/opentelemetry-java-instrumentation/badge)](https://scorecard.dev/viewer/?uri=github.com/open-telemetry/opentelemetry-java-instrumentation)
151+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9977/badge)](https://www.bestpractices.dev/projects/9977)
152+
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/io/opentelemetry/instrumentation/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/io/opentelemetry/instrumentation/README.md)
153+
[![CodeQL](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/codeql-daily.yml/badge.svg)](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/codeql-daily.yml)
154+
[![Build Status](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/build.yml)
155+
[![Release](https://img.shields.io/github/v/release/open-telemetry/opentelemetry-java-instrumentation?include_prereleases&style=)](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/)
156+
[![Slack](https://img.shields.io/badge/slack-@cncf/otel--java-blue.svg?logo=slack)](https://cloud-native.slack.com/archives/C014L2KCTE3)
157+
157158
## Contributing
158159

159160
See [CONTRIBUTING.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)