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

jleroux pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release24.09 by this push:
     new 36375bb46f Improved: Add the OpenSSF Best Practices Badge (OFBIZ-13198)
36375bb46f is described below

commit 36375bb46f41967e571c58fc45c7f58af2c1d031
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Jan 2 18:37:13 2025 +0100

    Improved: Add the OpenSSF Best Practices Badge (OFBIZ-13198)
    
    Adds 2 comments about BuildBot and CodeQL badges on how to keep them 
successful
---
 README.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.adoc b/README.adoc
index 79647b6c21..a251689cae 100644
--- a/README.adoc
+++ b/README.adoc
@@ -22,10 +22,12 @@ The Apache OFBiz Project
 
 
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[link=http://www.apache.org/licenses/LICENSE-2.0]
 
image:https://img.shields.io/badge/Version-trunk-blue.svg[link=https://github.com/apache/ofbiz-framework]
+// For the BuildBot badge to not get stuck on failure, ALL builds of all 
branches handled by 
https://svn.apache.org/repos/infra/infrastructure/buildbot2/projects/ofbiz.py 
need to pass
 
image:https://ci2.apache.org/badges/ofbizTrunkFrameworkPlugins.svg[link=https://ci2.apache.org/#/builders?tags=%2BofbizTrunkFrameworkPlugins]
 
image:https://github.com/apache/ofbiz-framework/actions/workflows/gradle.yaml/badge.svg?branch=trunk[link=https://github.com/apache/ofbiz-framework/actions/workflows/gradle.yaml]
 
image:https://qpkb254zxeu.montastic.io/badge[link=https://qpkb254zxeu.montastic.io]
 
image:https://api.securityscorecards.dev/projects/github.com/apache/ofbiz-framework/badge[link=https://securityscorecards.dev/viewer/?uri=github.com/apache/ofbiz-framework]
+// For the CodeQL badge to not get stuck on failing, you need to delete the 
last failing CodeQL workflow (AKA action)
 
image:https://github.com/apache/ofbiz-framework/actions/workflows/codeql-analysis.yml/badge.svg[link=https://github.com/apache/ofbiz-framework/actions/workflows/codeql-analysis.yml]
 
image:https://www.bestpractices.dev/projects/8708/badge[link=https://www.bestpractices.dev/projects/8708]
 

Reply via email to