No description
- Kotlin 100%
| .run | ||
| example | ||
| gradle/wrapper | ||
| src | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
Threatlins
Threat analysis tool inspired by: https://threagile.io/
Status
Draft / under construction
Usage / demo
Simple example with gradle
./gradlew run -q
This will run a demo analysis for file "example/minimal-example.yaml".
Runnung jar-file
./gradlew shadowJar
java -jar build/libs/threatlins.jar example/forgejo-example.yaml
This will run an analysis for file "example/fogejo-example.yaml".
Test examples
Alternatively run tests (some of them are showing some output)
./gradlew cleanTest test