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/)
[](https://github.com/SAP/cap-operator/blob/main/go.mod#L3)
[](https://pkg.go.dev/github.com/sap/cap-operator)
-[](https://goreportcard.com/report/github.com/sap/cap-operator)
+[](https://github.com/SAP/cap-operator/actions/workflows/build.yml)
[](https://sonarcloud.io/summary/overall?id=SAP_cap-operator)
[](https://github.com/SAP/cap-operator/actions/workflows/github-code-scanning/codeql)
[](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
-
-
+
+
@@ -39,4 +39,4 @@ A Kubernetes operator for managing the lifecycle of multi-tenant CAP application
{{% /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: