Skip to content

Commit 66e9c85

Browse files
GeneAIclaude
andcommitted
feat: Add OpenSSF Scorecard badge to README
Added OpenSSF Scorecard badge to display security score: - Badge displays automated security assessment results - Links to OpenSSF Scorecard viewer for detailed metrics - Positioned after codecov badge for logical grouping CI/CD Enhancement Summary: - ✅ CodeQL security scanning (already existed) - ✅ Tests with Codecov integration (already existed) - ✅ PyPI publish workflow (already existed) - ✅ OpenSSF Scorecard workflow (already existed) - ✅ OpenSSF Scorecard badge (NEW - added to README) All CI/CD infrastructure is now complete and properly showcased in the README with comprehensive badges. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent bc95fde commit 66e9c85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![Python 3.10+](https://img.shields.io/pypi/pyversions/empathy.svg)](https://www.python.org/downloads/)
88
[![Tests](https://github.com/Smart-AI-Memory/empathy/actions/workflows/tests.yml/badge.svg)](https://github.com/Smart-AI-Memory/empathy/actions/workflows/tests.yml)
99
[![codecov](https://codecov.io/gh/Smart-AI-Memory/empathy/branch/main/graph/badge.svg)](https://codecov.io/gh/Smart-AI-Memory/empathy)
10+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Smart-AI-Memory/empathy/badge)](https://securityscorecards.dev/viewer/?uri=github.com/Smart-AI-Memory/empathy)
1011
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1112
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
1213
[![Downloads](https://img.shields.io/pypi/dm/empathy.svg)](https://pypi.org/project/empathy/)

0 commit comments

Comments
 (0)