Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go (Build & Unit test)
name: Go (Build / Vet / Test)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions website/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ A Kubernetes operator for managing the lifecycle of multi-tenant CAP application
<a style="text-decoration:auto" href="https://pkg.go.dev/github.com/sap/cap-operator">
<img src="https://pkg.go.dev/badge/github.com/sap/cap-operator.svg" alt="Go Reference">
</a>
<a style="text-decoration:auto" href="https://goreportcard.com/report/github.com/sap/cap-operator">
<img src="https://goreportcard.com/badge/github.com/sap/cap-operator" alt="Go Report Card">
<a style="text-decoration:auto" href="https://github.com/SAP/cap-operator/actions/workflows/build.yml">
<img src="https://github.com/SAP/cap-operator/actions/workflows/build.yml/badge.svg" alt="Go vet/fmt">
</a>
<a style="text-decoration:auto" href="https://sonarcloud.io/summary/overall?id=SAP_cap-operator">
<img src="https://sonarcloud.io/api/project_badges/measure?project=SAP_cap-operator&metric=coverage" alt="Sonar Coverage">
Expand All @@ -39,4 +39,4 @@ A Kubernetes operator for managing the lifecycle of multi-tenant CAP application
<img src="https://api.reuse.software/badge/github.com/SAP/cap-operator" alt="Reuse status">
</a>
{{% /blocks/section %}}
{{% /blocks/cover %}}
{{% /blocks/cover %}}