From b9d3f8acbf4dabfa2d97e51aa08a677d6222bc7c Mon Sep 17 00:00:00 2001 From: Yanivmd Date: Tue, 21 May 2024 13:34:23 -0400 Subject: [PATCH] Update README.md Add tests badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89099b4..3ca6f87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Quack +![example workflow](https://github.com/columbia/quack/actions/workflows/run-pytests.yml/badge.svg) + Quack is a code analysis tool to help PHP developers mitigate the risk of deserialization vulnerabilities in their applications. Quack restricts the set of classes that a deserialized object is allowed to take. Quack