Releases: hotaydev/enygmah
Releases · hotaydev/enygmah
v0.1.1
v0.1.0
enygmah v0.1.0 Launch!
This version includes:
- Local source security and quality analysis
- Remote source security and quality analysis
- Web Applications security analysis
- Docker images security analysis
With reports in Serif and JSON format.
Future versions will have a visualizer for the Sarif reports and merge non-Sarif JSONs into the Sarif final output.
Building on your own
If there's no suitable option for your system in the binaries below, you can build enygmah independently. Just install Rust, clone our repository, and run a cargo build --release
from the code folder. The generated binary will be located at ./target/release/enygmah
.