From c5bc7dba7898b4bedc170ebc6e576d98bf8ec67b Mon Sep 17 00:00:00 2001 From: Pavan <25031267+Pavan-SAP@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:33:36 +0200 Subject: [PATCH 1/3] [Misc] Readme/website: Badges updated go report card is now retired --> removed add a badge to reflect our build status (which also does go vet, fmt etc.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From c0a53b9d2f10c3a5cf608c45ed19b5e1f03c26df Mon Sep 17 00:00:00 2001 From: Pavan <25031267+Pavan-SAP@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:35:52 +0200 Subject: [PATCH 2/3] Update _index.md --- website/content/en/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}} From 2628ffdcec97a5814248b70528666e0cda96de25 Mon Sep 17 00:00:00 2001 From: Pavan <25031267+Pavan-SAP@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:34:07 +0200 Subject: [PATCH 3/3] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: