From 8017dda641d630b6f878842fb7e404b834453cea Mon Sep 17 00:00:00 2001 From: Zachary Rice <15034943+zricethezav@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:54:58 -0500 Subject: [PATCH 1/2] Add Betterleaks to Expr usage examples Signed-off-by: Zachary Rice <15034943+zricethezav@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6ea22713..8345b53e1 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ func main() { * [Naoma.AI](https://www.naoma.ai) uses Expr as a part of its call scoring engine. * [GlassFlow.dev](https://github.com/glassflow/clickhouse-etl) uses Expr to do realtime data transformation in ETL pipelines * [Kargo](https://kargo.io/) uses Expr to evaluate and manipulate variables dynamically during [promotion steps](https://docs.kargo.io/user-guide/reference-docs/expressions/) +* [Betterleaks](https://github.com/betterleaks/betterleaks) uses Expr to filter and validate candidate credentials. + [Add your company too](https://github.com/expr-lang/expr/edit/master/README.md) From dc20304dd7284a012a51cfff5df739ff255651b0 Mon Sep 17 00:00:00 2001 From: Zachary Rice <15034943+zricethezav@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:57:18 -0500 Subject: [PATCH 2/2] Remove empty line in README.md Removed an empty line before the 'Add your company too' section. Signed-off-by: Zachary Rice <15034943+zricethezav@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8345b53e1..30a231127 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,6 @@ func main() { * [Kargo](https://kargo.io/) uses Expr to evaluate and manipulate variables dynamically during [promotion steps](https://docs.kargo.io/user-guide/reference-docs/expressions/) * [Betterleaks](https://github.com/betterleaks/betterleaks) uses Expr to filter and validate candidate credentials. - [Add your company too](https://github.com/expr-lang/expr/edit/master/README.md) ## License