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 @@
[](https://search.maven.org/artifact/@GROUPID@/@ARTIFACTCOREID@)
[](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@)
[](https://github.com/apache/commons-@ID@/actions/workflows/codeql-analysis.yml)
-[](https://api.securityscorecards.dev/projects/github.com/apache/commons-@ID@)
+[](https://scorecard.dev/viewer/?uri=github.com/apache/commons-@ID@)
@DESCRIPTION@