Skip to content

PsypherPunk/docker-spotbugs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-spotbugs

Run SpotBugs against a local Java repository.

docker build

Build the image using:

docker build -t spotbugs .

docker run

Assuming you're in your application root and have successfully compiled your application, leaving you a build/ directory:

docker run \
    --interactive \
    --tty \
    --rm \
    --volume $(pwd)/build:/spotbugs/build \
    spotbugs > report.html

The resulting report.html can now be viewed.

About

Run SpotBugs against a local Java repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published