From 0fdbcf09b480ff0283f58f3b0c7d36edcfb850cb Mon Sep 17 00:00:00 2001 From: Alan Graham <14013943+AlanGraham@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:22:26 +0100 Subject: [PATCH] Update OpenSSF badge link in readme-md-template.md OpenSSF have provided a way to link to a nicer page of your OpenSSF score. `https://api.securityscorecards.dev/projects/github.com/apache/commons-@ID@` -> `https://scorecard.dev/viewer/?uri=github.com/apache/commons-@ID@` So rather than a json blob, the link can now go to a nicely formatted page which also links to information on some of the items on what is needed to improve the score. --- src/main/resources/commons-xdoc-templates/readme-md-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md index 4d39b82ca..2d3c16749 100644 --- a/src/main/resources/commons-xdoc-templates/readme-md-template.md +++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md @@ -47,7 +47,7 @@ [![Maven Central](https://img.shields.io/maven-central/v/@GROUPID@/@ARTIFACTCOREID@?label=Maven%20Central)](https://search.maven.org/artifact/@GROUPID@/@ARTIFACTCOREID@) [![Javadocs](https://javadoc.io/badge/@GROUPID@/@ARTIFACTCOREID@/@VERSION@.svg)](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@) [![CodeQL](https://github.com/apache/commons-@ID@/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-@ID@/actions/workflows/codeql-analysis.yml) -[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-@ID@/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-@ID@) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-@ID@/badge)](https://scorecard.dev/viewer/?uri=github.com/apache/commons-@ID@) @DESCRIPTION@