From b6e052d26e0cdd8dc6f29b68c6a1bb229530762a Mon Sep 17 00:00:00 2001 From: Mike Johanson Date: Mon, 11 Sep 2023 10:06:50 -0700 Subject: [PATCH] docs: update badges --- .snyk | 9 --------- README.md | 8 +++++++- 2 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 .snyk diff --git a/.snyk b/.snyk deleted file mode 100644 index 502b2b248..000000000 --- a/.snyk +++ /dev/null @@ -1,9 +0,0 @@ -# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.19.0 -# ignores vulnerabilities until expiry date; change duration by modifying expiry date -ignore: - SNYK-JS-GLOBPARENT-1016905: - - mqtt > help-me > glob-stream > glob-parent: - reason: no fix available - expires: '2021-06-26T17:00:59.791Z' -patch: {} diff --git a/README.md b/README.md index 677f391d5..5a048ae06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Management Presence Server -[![Known Vulnerabilities](https://snyk.io/test/github/open-amt-cloud-toolkit/mps/badge.svg?targetFile=package.json)](https://snyk.io/test/github/open-amt-cloud-toolkit/mps?targetFile=package.json) ![Node.js CI](https://github.com/open-amt-cloud-toolkit/mps/workflows/Node.js%20CI/badge.svg) ![codecov.io](https://codecov.io/github/open-amt-cloud-toolkit/mps/coverage.svg?branch=main) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/mps/badge)](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/mps) [![Discord Shield](https://discordapp.com/api/guilds/1063200098680582154/widget.png?style=shield)](https://discord.gg/yrcMp2kDWh) +![CodeQL](https://github.com/open-amt-cloud-toolkit/mps/actions/workflows/codeql-analysis.yml/badge.svg?branch=main&event=push) +![Node.js CI](https://github.com/open-amt-cloud-toolkit/mps/workflows/Node.js%20CI/badge.svg) +![codecov.io](https://codecov.io/github/open-amt-cloud-toolkit/mps/coverage.svg?branch=main) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/mps/badge)](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/mps) +[![Discord Shield](https://discordapp.com/api/guilds/1063200098680582154/widget.png?style=shield)](https://discord.gg/yrcMp2kDWh) +[![Docker Pulls](https://img.shields.io/docker/pulls/intel/oact-mps)](https://hub.docker.com/r/intel/oact-mps) + > Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production