summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2021-01-13 12:58:26 +0100
committerjvoisin2021-01-13 12:58:26 +0100
commit110bc55b6f2e382f816b691b192290121a187e47 (patch)
tree2720ab599234e8798f1eaa5416fa7ab8d71979da /README.md
parent57e5a6a5a9cf3b1238769dac425f21ebc65a6d64 (diff)
Add badges for github actions
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index a0ba326..dc553c4 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,13 @@
10<h4 align="center">Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!</h4> 10<h4 align="center">Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!</h4>
11 11
12<p align="center"> 12<p align="center">
13 <a href="https://gitlab.com/jvoisin/snuffleupagus/commits/master"> 13 <a href="https://github.com/jvoisin/snuffleupagus/actions?query=workflow%3A%22CI+for+linux+distributions%22">
14 <img src="https://gitlab.com/jvoisin/snuffleupagus/badges/master/pipeline.svg" 14 <img src="https://github.com/jvoisin/snuffleupagus/workflows/CI%20for%20linux%20distributions/badge.svg"
15 alt="gitlab pipeline testing _all_ distributions" /> 15 alt="github actions testing _all_ distributions" />
16 </a>
17 <a href="https://github.com/jvoisin/snuffleupagus/actions?query=workflow%3A%22CI+for+php+versions%22">
18 <img src="https://github.com/jvoisin/snuffleupagus/workflows/CI%20for%20php%20versions/badge.svg"
19 alt="github actions testing _all_ php versions" />
16 </a> 20 </a>
17 <a href="https://scan.coverity.com/projects/jvoisin-snuffleupagus"> 21 <a href="https://scan.coverity.com/projects/jvoisin-snuffleupagus">
18 <img src="https://scan.coverity.com/projects/13821/badge.svg?flat=1" 22 <img src="https://scan.coverity.com/projects/13821/badge.svg?flat=1"