From 7a5e967bcf292515699a5e21a5cf32295e58119f Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Fri, 10 Nov 2023 06:18:53 +0800 Subject: [PATCH] chore: add badges Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e66ba1..2a185bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # strong-error-handler +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8058/badge)](https://www.bestpractices.dev/projects/8058) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/loopbackio/strong-error-handler/badge)](https://securityscorecards.dev/viewer/?uri=github.com/loopbackio/strong-error-handler) +[![Continuous Integration](https://github.com/loopbackio/strong-error-handler/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/loopbackio/strong-error-handler/actions/workflows/continuous-integration.yml) +[![CodeQL](https://github.com/loopbackio/strong-error-handler/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/loopbackio/strong-error-handler/actions/workflows/codeql-analysis.yml) + This package is an error handler for use in both development (debug) and production environments. In production mode, `strong-error-handler` omits details from error responses to prevent leaking sensitive information: