From 6cbe5d8a0fb30855f653455eb624d2ddd2fe51a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=BClow?= Date: Wed, 23 Jul 2025 13:09:17 +0200 Subject: [PATCH] readme changes --- README.md | 11 +++++++++++ scanners/README.md | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 scanners/README.md diff --git a/README.md b/README.md index 4874522..88d0f1e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Scanfile using "filetype" to get MIME type + +# Build/dev Dependencies +these dependencies are required additionally to what is specified in go.mod and python requirements.txt +## server/core +- yara-x c library https://virustotal.github.io/yara-x/docs/api/c/c-/#building-the-c-library +- tailwind css +- templ +## scanners +- python3 3.13 +- python3-venv + diff --git a/scanners/README.md b/scanners/README.md new file mode 100644 index 0000000..08af9fb --- /dev/null +++ b/scanners/README.md @@ -0,0 +1,2 @@ +# Scanners +This directory contains the source code for the non-go scanners (mostly python)