V3 Release

This commit is contained in:
Lisa 2025-03-13 20:15:02 +01:00
parent fd652e0896
commit 5662a9cf97

View File

@ -21,8 +21,18 @@ node scanner.js
If you want to quickly change path use: If you want to quickly change path use:
```js ```js
node scanner.js --pathtoscan="./your/path/goes/here" --ignorefolders="some,folder,to,ignore,and,not,scan" --ignorefiles="some,files,to,ignore,and,not,scan" node scanner.js --pathtoscan="./your/path/goes/here"
``` ```
## Extra Options
We have few extra options available.
1. `--pathtoscan="./your/path/goes/here"` | Scans specific path (can be set through code variable!)
2. `--ignorefolders="some,folder,to,ignore,and,not,scan"` | Ignores specific folder(s) in that path (CLI ONLY!)
3. `--ignorefiles="some,files,to,ignore,and,not,scan"` | Ignores specific file(s) in that path (CLI ONLY!)
## Known limitations ## Known limitations
1. Discord webhook integration will send every file analysis which might appear few times per request of AI, it results in a ratelimit and no messages being sent or an error. 1. Discord webhook integration will send every file analysis which might appear few times per request of AI, it results in a ratelimit and no messages being sent or an error.