Skip to content

Commit 48ebcf9

Browse files
committed
Update README.md to replace build status badge with CI badge
1 parent c4d6da1 commit 48ebcf9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# COSE Library for PHP
22

3-
![Build Status](https://github.com/web-auth/cose-lib/workflows/Integrate/badge.svg)
4-
[![Latest Stable Version](https://poser.pugx.org/web-auth/cose-lib/v/stable.svg)](https://packagist.org/packages/web-auth/cose-lib)
5-
[![Total Downloads](https://poser.pugx.org/web-auth/cose-lib/downloads.svg)](https://packagist.org/packages/web-auth/cose-lib)
6-
[![License](https://poser.pugx.org/web-auth/cose-lib/license.svg)](https://packagist.org/packages/web-auth/cose-lib)
7-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/web-auth/cose-lib/badge)](https://api.securityscorecards.dev/projects/github.com/web-auth/cose-lib)
3+
[![CI](https://github.com/web-auth/cose-lib/actions/workflows/ci.yml/badge.svg)](https://github.com/web-auth/cose-lib/actions/workflows/ci.yml)
4+
[![Latest Stable Version](https://poser.pugx.org/web-auth/cose-lib/v)](https://packagist.org/packages/web-auth/cose-lib)
5+
[![Total Downloads](https://poser.pugx.org/web-auth/cose-lib/downloads)](https://packagist.org/packages/web-auth/cose-lib)
6+
[![License](https://poser.pugx.org/web-auth/cose-lib/license)](https://packagist.org/packages/web-auth/cose-lib)
87

98
**CBOR Object Signing and Encryption (COSE) for PHP** is a comprehensive library that provides full support for COSE operations including signing, encryption, and MAC (Message Authentication Code) operations.
109

0 commit comments

Comments
 (0)