Skip to content

Commit

Permalink
docs: update link (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendlandt-intel authored May 14, 2024
1 parent 206eae8 commit 182988f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![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%2GQPTaAuR2f)](https://discord.gg/GQPTaAuR2f)
[![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%2FDKHeUNEWVH)](https://discord.gg/DKHeUNEWVH)


> 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 Expand Up @@ -48,4 +48,4 @@ if err != nil {
- Ensure code is formatted correctly with `gofmt -s -w ./`
- Ensure all unit tests pass with `go test ./...`
- Ensure code has been gci'd with `gci.exe write --skip-generated -s standard -s default .`
- Ensure code has been linted with `docker run --rm -v ${pwd}:/app -w /app golangci/golangci-lint:latest golangci-lint run -v`
- Ensure code has been linted with `docker run --rm -v ${pwd}:/app -w /app golangci/golangci-lint:latest golangci-lint run -v`

0 comments on commit 182988f

Please sign in to comment.