robocop

Checks KYC attributes against sanction lists
Log | Files | Refs | Submodules | README | LICENSE

commit 99641208e477a4125dbbc4e50869209e0e208221
parent 3cf8c2c09fea79806ce5774a682468bcbf55afe0
Author: Vint Leenaars <vl.software@leenaa.rs>
Date:   Thu,  8 May 2025 22:43:28 +0200

Update README

Diffstat:
MREADME.md | 3++-
Rconfig.dhall -> kycheck.conf | 0
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -57,9 +57,10 @@ If you do not specify a path, the binary will be placed in `~/.local/bin` by def ``` ~/.local/bin/kycheck --help - ``` +You can either provide all the parameters on the command line, or use a configuration file (in [Dhall](https://dhall-lang.org/). There is an example configuration file called `kycheck.conf` available. + ## Testing There are a lot of tests included. If you want to make sure that everything works as advertised, run all the implemented tests via this command: diff --git a/config.dhall b/kycheck.conf