Skip to content

Commit 895ebe9

Browse files
committed
docs: unify repository badges
1 parent 85b01de commit 895ebe9

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: OpenSSF Scorecard
22

33
on:
44
branch_protection_rule:
5+
push:
6+
branches:
7+
- main
58
schedule:
69
- cron: "23 3 * * 1"
710
workflow_dispatch:

README.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Codewars Solutions / Решения с Codewars
22

33
[![CI](https://github.com/krotname/CodewarsKataJava/actions/workflows/maven.yml/badge.svg)](https://github.com/krotname/CodewarsKataJava/actions/workflows/maven.yml)
4-
[![CodeQL](https://github.com/krotname/CodewarsKataJava/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/krotname/CodewarsKataJava/actions/workflows/codeql-analysis.yml)
5-
[![Coverage](https://codecov.io/gh/krotname/CodewarsKataJava/branch/main/graph/badge.svg)](https://codecov.io/gh/krotname/CodewarsKataJava)
6-
[![Quality Gate](https://github.com/krotname/CodewarsKataJava/actions/workflows/maven.yml/badge.svg?label=quality)](https://github.com/krotname/CodewarsKataJava/actions/workflows/maven.yml)
74
[![Quality Gates](https://github.com/krotname/CodewarsKataJava/actions/workflows/quality.yml/badge.svg)](https://github.com/krotname/CodewarsKataJava/actions/workflows/quality.yml)
5+
[![CodeQL](https://github.com/krotname/CodewarsKataJava/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/krotname/CodewarsKataJava/actions/workflows/codeql-analysis.yml)
6+
[![Coverage Gate](https://img.shields.io/badge/coverage%20gate-JaCoCo%2091%25%2B-2ea44f)](TESTING.md)
7+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/krotname/CodewarsKataJava/badge)](https://securityscorecards.dev/viewer/?uri=github.com/krotname/CodewarsKataJava)
88
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-0f8a16)](LICENSE)
99
[![Java](https://img.shields.io/badge/Java-17%2B-007396.svg)](https://adoptium.net/)
1010
[![JUnit](https://img.shields.io/badge/JUnit-6-25A162.svg)](https://junit.org/)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Решения с Codewars
22

33
[![CI](https://github.com/krotname/CodewarsKataJava/actions/workflows/maven.yml/badge.svg)](https://github.com/krotname/CodewarsKataJava/actions/workflows/maven.yml)
4-
[![CodeQL](https://github.com/krotname/CodewarsKataJava/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/krotname/CodewarsKataJava/actions/workflows/codeql-analysis.yml)
5-
[![Coverage](https://codecov.io/gh/krotname/CodewarsKataJava/branch/main/graph/badge.svg)](https://codecov.io/gh/krotname/CodewarsKataJava)
6-
[![Quality Gate](https://github.com/krotname/CodewarsKataJava/actions/workflows/maven.yml/badge.svg?label=quality)](https://github.com/krotname/CodewarsKataJava/actions/workflows/maven.yml)
74
[![Quality Gates](https://github.com/krotname/CodewarsKataJava/actions/workflows/quality.yml/badge.svg)](https://github.com/krotname/CodewarsKataJava/actions/workflows/quality.yml)
5+
[![CodeQL](https://github.com/krotname/CodewarsKataJava/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/krotname/CodewarsKataJava/actions/workflows/codeql-analysis.yml)
6+
[![Coverage Gate](https://img.shields.io/badge/coverage%20gate-JaCoCo%2091%25%2B-2ea44f)](TESTING.md)
7+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/krotname/CodewarsKataJava/badge)](https://securityscorecards.dev/viewer/?uri=github.com/krotname/CodewarsKataJava)
88
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-0f8a16)](LICENSE)
99
[![Java](https://img.shields.io/badge/Java-17%2B-007396.svg)](https://adoptium.net/)
1010
[![JUnit](https://img.shields.io/badge/JUnit-6-25A162.svg)](https://junit.org/)

0 commit comments

Comments
 (0)