readme changes
This commit is contained in:
parent
2581f7ed27
commit
6cbe5d8a0f
2 changed files with 13 additions and 0 deletions
11
README.md
11
README.md
|
@ -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
2
scanners/README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Scanners
|
||||||
|
This directory contains the source code for the non-go scanners (mostly python)
|
Loading…
Add table
Reference in a new issue