From 6cf657f49efd7f7869afa0e70ca5f1f0b94b62c0 Mon Sep 17 00:00:00 2001 From: vmfunc <59031302+vmfunc@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:59:59 -0400 Subject: [PATCH] feat: sample template file --- template-example.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 template-example.toml diff --git a/template-example.toml b/template-example.toml new file mode 100644 index 0000000..35f92f0 --- /dev/null +++ b/template-example.toml @@ -0,0 +1,10 @@ +[scans] +scans = [ + "scan1", + "scan2", + "scan3" +] + +[config] +logging = true +threads = 10 \ No newline at end of file