From 3cfa5ac1f948654cd3714add78273e8108f247b8 Mon Sep 17 00:00:00 2001 From: Mortalus Date: Sat, 21 Feb 2026 05:37:17 +0100 Subject: [PATCH] fix: correct tool name and gitleaks config --- .github/workflows/gitleaks.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index aed1663..a4380f0 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -27,4 +27,4 @@ jobs: sudo mv gitleaks /usr/local/bin/ - name: Run Gitleaks - run: gitleaks detect --source . --config .gitleaks.toml --verbose + run: gitleaks detect --source . --verbose diff --git a/README.md b/README.md index 44360e4..048fc86 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Once connected, just ask naturally: | Tool | Description | |------|-------------| | `get_eu_basis` | Get EU directives/regulations for Israeli statute | -| `get_israel_law_implementations` | Find Israeli laws implementing EU act | +| `get_israeli_implementations` | Find Israeli laws implementing EU act | | `search_eu_implementations` | Search EU documents with Israeli implementation counts | | `get_provision_eu_basis` | Get EU law references for specific provision | | `validate_eu_compliance` | Check implementation status of EU directives |