This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 065c4db  Update OpenSSF badge link in readme-md-template.md (#425)
065c4db is described below

commit 065c4dbddb65875087b6865bfdac0015f6664ef5
Author: Alan Graham <[email protected]>
AuthorDate: Mon Sep 7 13:07:08 2026 +0100

    Update OpenSSF badge link in readme-md-template.md (#425)
    
    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 4d39b82..2d3c167 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@/@[email protected])](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@
 

Reply via email to