From 8f58000f17a96e14ba87ec21c410dc55be7499fd Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 23 Apr 2026 07:43:52 +0000 Subject: [PATCH] docs: add OpenSSF Best Practices badge + point release_notes justification at CHANGELOG.md - README.md: add BestPractices badge (project 12628) next to the Security Scan + OpenSSF Score badges. - .bestpractices.json: release_notes_justification now points at the curated CHANGELOG.md (the single source of truth after PR #51/#52), not the raw-PR-list GitHub releases page. Co-Authored-By: Claude Opus 4.7 (1M context) --- .bestpractices.json | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bestpractices.json b/.bestpractices.json index be17f38..6103aef 100644 --- a/.bestpractices.json +++ b/.bestpractices.json @@ -51,7 +51,7 @@ "version_tags_justification": "https://github.com/RandomCodeSpace/docsiq/tags", "release_notes_status": "Met", - "release_notes_justification": "Generated per release via GitHub's generate_release_notes. https://github.com/RandomCodeSpace/docsiq/releases", + "release_notes_justification": "https://github.com/RandomCodeSpace/docsiq/blob/main/CHANGELOG.md", "report_process_status": "Met", "report_process_justification": "https://github.com/RandomCodeSpace/docsiq/blob/main/SECURITY.md", diff --git a/README.md b/README.md index 2769bcc..da75d98 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # docsiq [![Security Scan](https://github.com/RandomCodeSpace/docsiq/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/RandomCodeSpace/docsiq/actions/workflows/ci.yml) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/12628/badge)](https://www.bestpractices.dev/projects/12628) [![OpenSSF Score](https://api.scorecard.dev/projects/github.com/RandomCodeSpace/docsiq/badge)](https://scorecard.dev/viewer/?uri=github.com/RandomCodeSpace/docsiq) [![Release](https://img.shields.io/github/v/release/RandomCodeSpace/docsiq?include_prereleases&sort=semver)](https://github.com/RandomCodeSpace/docsiq/releases) [![Go Version](https://img.shields.io/github/go-mod/go-version/RandomCodeSpace/docsiq)](https://github.com/RandomCodeSpace/docsiq/blob/main/go.mod)