From 8ef0d3a3daab44cbe8120939f7ce70050c571664 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Thu, 2 Feb 2023 13:47:41 -0700 Subject: doc: Update code quality badge LGTM is now deprecated [1]. Remove the LGTM badge and replace it with a CodeQL badge. [1] https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/ Signed-off-by: Tom Hromatka Signed-off-by: Paul Moore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 63a2e88..e54a029 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ https://github.com/seccomp/libseccomp [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/608/badge)](https://bestpractices.coreinfrastructure.org/projects/608) [![Build Status](https://github.com/seccomp/libseccomp/workflows/Continuous%20Integration/badge.svg?branch=main)](https://github.com/seccomp/libseccomp/actions) [![Coverage Status](https://img.shields.io/coveralls/github/seccomp/libseccomp/main.svg)](https://coveralls.io/github/seccomp/libseccomp?branch=main) -[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/seccomp/libseccomp.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/seccomp/libseccomp/context:cpp) +[CodeQL Analysis](https://github.com/seccomp/libseccomp/actions/workflows/codeql-analysis.yml/badge.svg?branch=main) The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism. The libseccomp API is -- cgit v1.2.1