Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 2.08 KB

README.md

File metadata and controls

32 lines (22 loc) · 2.08 KB

Docker image for i-Code CNES

This project aims to provide a simple Docker image to encapsulate and run an i-Code CNES analysis through Docker.

Run i-Code CNES

Run core checks

Assuming current directory contains the source code to analyze, simply run the following command:

docker run --rm -v ${PWD}:/src facthunder/icode:latest -f xml -o report.xml .

Versions matrix

Here is the versions matrix of the image:

TAG I-CODE VERSION BASE IMAGE
latest 4.1.0 openjdk:8u222-slim-buster
4.1.0 4.1.0 openjdk:8u222-slim-buster
4.0.0 4.0.0 openjdk:8u222-slim-buster
3.1.0 3.1.0 openjdk:8u222-slim-buster

How to contribute

If you experienced a problem with the plugin please open an issue. Inside this issue please explain us how to reproduce this issue and paste the log.

If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.

License

Copyright 2020 Facthunder.

Licensed under the GNU General Public License, Version 3.0