fix: correct tool name and gitleaks config

This commit is contained in:
Mortalus
2026-02-21 05:37:17 +01:00
parent 392e863f5c
commit 3cfa5ac1f9
2 changed files with 2 additions and 2 deletions

View File

@@ -27,4 +27,4 @@ jobs:
sudo mv gitleaks /usr/local/bin/ sudo mv gitleaks /usr/local/bin/
- name: Run Gitleaks - name: Run Gitleaks
run: gitleaks detect --source . --config .gitleaks.toml --verbose run: gitleaks detect --source . --verbose

View File

@@ -143,7 +143,7 @@ Once connected, just ask naturally:
| Tool | Description | | Tool | Description |
|------|-------------| |------|-------------|
| `get_eu_basis` | Get EU directives/regulations for Israeli statute | | `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 | | `search_eu_implementations` | Search EU documents with Israeli implementation counts |
| `get_provision_eu_basis` | Get EU law references for specific provision | | `get_provision_eu_basis` | Get EU law references for specific provision |
| `validate_eu_compliance` | Check implementation status of EU directives | | `validate_eu_compliance` | Check implementation status of EU directives |