A dockerised BinSkim, a binary static analysis tool that provides security and correctness results
164
PLEASE NOTE: I am currently using a custom build of BinSkim.
The official build hasn't been updated in a while. I'm not making any changes, just taking the latest master branch from the offical repository.
Running (assuming binaries are in the current working directory)...
docker run --user `id --user`:`id --user` --volume `pwd`:/code coderpatros/binskim analyze /code/*.dll --recurse --output /code/binskim.sarif
Please refer to the official repository for more documentation.
Current tag to track is latest.
I regularly rebuild the image to ensure it picks up any updates to the base ubuntu:18.04 image and the official repository.
Content type
Image
Digest
Size
72 MB
Last updated
almost 7 years ago
docker pull coderpatros/binskim