From d9ab518fd8d86a439c2312e5d584ec5af336b485 Mon Sep 17 00:00:00 2001 From: Kenneth Rosario Date: Wed, 31 May 2023 15:53:27 -0700 Subject: [PATCH] chore: add security scorecard to readme (#143) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5b4a87..7adf82be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Functions Framework for PHP [![Packagist](https://poser.pugx.org/google/cloud-functions-framework/v/stable)](https://packagist.org/packages/google/cloud-functions-framework) -[![PHP unit CI][ff_php_unit_img]][ff_php_unit_link] [![PHP lint CI][ff_php_lint_img]][ff_php_lint_link] [![PHP conformace CI][ff_php_conformance_img]][ff_php_conformance_link] +[![PHP unit CI][ff_php_unit_img]][ff_php_unit_link] [![PHP lint CI][ff_php_lint_img]][ff_php_lint_link] [![PHP conformace CI][ff_php_conformance_img]][ff_php_conformance_link] ![Security Scorecard](https://api.securityscorecards.dev/projects/github.com/GoogleCloudPlatform/functions-framework-php/badge) An open source FaaS (Function as a service) framework for writing portable PHP functions.