Docker image for cppcheck - a static analysis tool for C++
10K+
Docker image for cppcheck - a static analysis tool for C++
See http://cppcheck.sourceforge.net
The directory with the source to be checked must be mounted as a volume under /src. Parameters to cppcheck can be given after the name of the image.
sudo docker run -v $(pwd)/src:/src cppcheck --enable=all --xml --xml-version=2 2> /tmp/test.xml
Content type
Image
Digest
sha256:8d44376ec…
Size
158.8 MB
Last updated
almost 11 years ago
docker pull stefanhudelmaier/cppcheck