stackhawk/hawkscan
🦅StackHawk provides dynamic application vulnerability scanning from dev to prod. KAAKAWW!
1M+
StackHawk provides dynamic application vulnerability scanning from development to production.
Use the HawkScan command line tool to run application scans manually or through automation.
Running HawkScan requires a stackhawk.yml configuration in your project repo. Additional details on the YAML configuration can be found in the documentation linked below.
Once the stackhawk.yml
configuration is in place, run the following command to scan your application:
docker run --rm -v $(pwd):/hawk:rw -it stackhawk/hawkscan
Checkout the complete Hawkdocs documentation at docs.stackhawk.com
docker pull stackhawk/hawkscan