readme changes

This commit is contained in:
Johannes Bülow 2025-07-23 13:09:17 +02:00
parent 2581f7ed27
commit 6cbe5d8a0f
Signed by: jmb
GPG key ID: B56971CF7B8F83A6
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,14 @@
# Scanfile # Scanfile
using "filetype" to get MIME type 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

2
scanners/README.md Normal file
View file

@ -0,0 +1,2 @@
# Scanners
This directory contains the source code for the non-go scanners (mostly python)