From d94d6659d573fdd44160d17a30d980e093f52b70 Mon Sep 17 00:00:00 2001 From: Felix Ortmann Date: Sat, 25 Jan 2020 12:12:20 +0100 Subject: [PATCH] Add LGTM badges to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba2b8ae..f5a89705 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The missing tool to interconnect open-source security applications. [![Build Status][ci-badge]][ci-url] +[![Total alerts][lgtm-alerts-badge]][lgtm-alerts-url] +[![Language grade: Python][lgtm-quality-badge]][lgtm-quality-url] [![Development Status][alpha-badge]][latest-release-url] [![Latest Release][latest-release-badge]][latest-release-url] [![License][license-badge]][license-url] @@ -172,4 +174,8 @@ Threat Bus comes with a [3-clause BSD license][license-url]. [ci-badge]: https://github.com/tenzir/threatbus/workflows/Python%20Egg/badge.svg?branch=master [license-badge]: https://img.shields.io/badge/license-BSD-blue.svg [license-url]: https://github.com/tenzir/threatbus/blob/master/COPYING -[alpha-badge]: https://img.shields.io/badge/stage-alpha-blueviolet \ No newline at end of file +[alpha-badge]: https://img.shields.io/badge/stage-alpha-blueviolet +[lgtm-alerts-badge]: https://img.shields.io/lgtm/alerts/g/tenzir/threatbus.svg?logo=lgtm&logoWidth=18 +[lgtm-alerts-url]: https://lgtm.com/projects/g/tenzir/threatbus/alerts/ +[lgtm-quality-badge]: https://img.shields.io/lgtm/grade/python/g/tenzir/threatbus.svg?logo=lgtm&logoWidth=18 +[lgtm-quality-url]: https://lgtm.com/projects/g/tenzir/threatbus/context:python \ No newline at end of file