From c782f51aa8306a75d472fd7d8fbd028c2666e345 Mon Sep 17 00:00:00 2001 From: "Iskander (Alex) Sharipov" Date: Thu, 22 Oct 2020 23:49:07 +0300 Subject: [PATCH] readme: add playground link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25d3d653..ed4c81e1 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ To learn more, check out the documentation and/or the source code. ## Extra references +* Online ruleguard playground: [go-ruleguard.github.io/play](https://go-ruleguard.github.io/play) * [gogrep](https://github.com/mvdan/gogrep) - underlying AST matching engine * [NoVerify: Dynamic Rules for Static Analysis](https://medium.com/@vktech/noverify-dynamic-rules-for-static-analysis-8f42859e9253) * [Ruleguard comparison with Semgrep and CodeQL](https://speakerdeck.com/quasilyte/ruleguard-vs-semgrep-vs-codeql)