diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab0da8c4..feb9a076 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Go (Build & Unit test) +name: Go (Build / Vet / Test) on: push: diff --git a/README.md b/README.md index cce590c8..2912964a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [CAP Operator](https://sap.github.io/cap-operator/) [![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/SAP/cap-operator)](https://github.com/SAP/cap-operator/blob/main/go.mod#L3) [![Go Reference](https://pkg.go.dev/badge/github.com/sap/cap-operator.svg)](https://pkg.go.dev/github.com/sap/cap-operator) -[![Go Report Card](https://goreportcard.com/badge/github.com/sap/cap-operator)](https://goreportcard.com/report/github.com/sap/cap-operator) +[![Go (Vet)](https://github.com/SAP/cap-operator/actions/workflows/build.yml/badge.svg)](https://github.com/SAP/cap-operator/actions/workflows/build.yml) [![Sonar Coverage](https://sonarcloud.io/api/project_badges/measure?project=SAP_cap-operator&metric=coverage)](https://sonarcloud.io/summary/overall?id=SAP_cap-operator) [![CodeQL](https://github.com/SAP/cap-operator/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/SAP/cap-operator/actions/workflows/github-code-scanning/codeql) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7803/badge)](https://www.bestpractices.dev/projects/7803) diff --git a/website/content/en/_index.md b/website/content/en/_index.md index 15550d7a..abfa5787 100644 --- a/website/content/en/_index.md +++ b/website/content/en/_index.md @@ -23,8 +23,8 @@ A Kubernetes operator for managing the lifecycle of multi-tenant CAP application Go Reference - - Go Report Card + + Go vet/fmt Sonar Coverage @@ -39,4 +39,4 @@ A Kubernetes operator for managing the lifecycle of multi-tenant CAP application Reuse status {{% /blocks/section %}} -{{% /blocks/cover %}} \ No newline at end of file +{{% /blocks/cover %}}