Skip to content

Commit

Permalink
docs(readme): fix/add links to badges (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-primrose authored May 13, 2024
1 parent 0a48747 commit 12d6f64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# go-wsman-messages

![CodeQL](https://img.shields.io/github/actions/workflow/status/open-amt-cloud-toolkit/go-wsman-messages/codeql-analysis.yml?style=for-the-badge&label=CodeQL&logo=github)
![Build](https://img.shields.io/github/actions/workflow/status/open-amt-cloud-toolkit/go-wsman-messages/ci.yml?style=for-the-badge&logo=github)
![Codecov](https://img.shields.io/codecov/c/github/open-amt-cloud-toolkit/go-wsman-messages?style=for-the-badge&logo=codecov)
[![CodeQL](https://img.shields.io/github/actions/workflow/status/open-amt-cloud-toolkit/go-wsman-messages/codeql-analysis.yml?style=for-the-badge&label=CodeQL&logo=github)](https://github.com/open-amt-cloud-toolkit/go-wsman-messages/actions/workflows/codeql-analysis.yml)
[![Build](https://img.shields.io/github/actions/workflow/status/open-amt-cloud-toolkit/go-wsman-messages/ci.yml?style=for-the-badge&logo=github)](https://github.com/open-amt-cloud-toolkit/go-wsman-messages/actions/workflows/ci.yml)
[![Codecov](https://img.shields.io/codecov/c/github/open-amt-cloud-toolkit/go-wsman-messages?style=for-the-badge&logo=codecov)](https://app.codecov.io/gh/open-amt-cloud-toolkit/go-wsman-messages)
[![OSSF-Scorecard Score](https://img.shields.io/ossf-scorecard/github.com/open-amt-cloud-toolkit/go-wsman-messages?style=for-the-badge&label=OSSF%20Score)](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/go-wsman-messages)
[![Discord](https://img.shields.io/discord/1063200098680582154?style=for-the-badge&label=Discord&logo=discord&logoColor=white&labelColor=%235865F2&link=https%3A%2F%2Fdiscord.gg%2FqmTWWFyA)](https://discord.gg/qmTWWFyA)
[![Discord](https://img.shields.io/discord/1063200098680582154?style=for-the-badge&label=Discord&logo=discord&logoColor=white&labelColor=%235865F2&link=https%3A%2F%2Fdiscord.gg%2GQPTaAuR2f)](https://discord.gg/GQPTaAuR2f)


> Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production
Expand Down

0 comments on commit 12d6f64

Please sign in to comment.