Skip to content

collection of static analysis tools wrapped in alpine-based containers

License

Notifications You must be signed in to change notification settings

repometric/linterhub-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linterhub-docker

This is a curated catalog of linters (engines) wrapped in docker containers. Each container is based on Alpine Linux with preinstalled engine and a minimalistic set of dependencies.

Install

The following software is required:

It's recommended to get containers directly from Docker Hub:

docker pull linterhub/your_faivorite_engine

You can also build it from source:

git clone https://github.com/repometric/linterhub-docker
cd engines/your_faivorite_engine
docker build -t linterhub/your_faivorite_engine

Usage

You will need to prepare engine-specific command (for analysis) and mount a local folder to container:

docker run -v /local:/container -it linterhub/your_faivorite_engine engine_command

Contribute

Contributions are always welcome! Please read the contribution guidelines first.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

collection of static analysis tools wrapped in alpine-based containers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •