Skip to content

orlandothoeny/code-forensics-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for code-forensics

This Docker image provides an easy way to use smontanari's codebase analysis tool code-forensics.

Usage

Use local image

If you want, you can build the image yourself:

sh build.sh

Run

Generate reports of all types & run webserver

This generates reports & starts a local webserver listening on localhost:3000. Except reports that are for a specific file. Namely Complexity trend analysis.

sh run.sh

Run manually

docker run --rm -it -v "$(pwd):/var/www/repo" -p 3000:3000 code-forensics ${TASK}

Configuration

A default gulpfile.js configuration file is used if none exists in the repository that should be analysed.

For more information about possible configuration options see the documentation.

About

Docker image for smontanari/code-forensics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published