https://github.com/facthunder/icode
Docker image for i-Code CNES
https://github.com/facthunder/icode
analyzer code-analysis docker docker-image fortran fortran77 fortran90 i-code i-code-cnes rnc shell static-analysis
Last synced: about 1 month ago
JSON representation
Docker image for i-Code CNES
- Host: GitHub
- URL: https://github.com/facthunder/icode
- Owner: Facthunder
- License: gpl-3.0
- Created: 2019-09-18T19:42:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T21:39:36.000Z (about 5 years ago)
- Last Synced: 2025-02-06T13:18:02.344Z (3 months ago)
- Topics: analyzer, code-analysis, docker, docker-image, fortran, fortran77, fortran90, i-code, i-code-cnes, rnc, shell, static-analysis
- Language: Dockerfile
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for i-Code CNES
This project aims to provide a simple Docker image to encapsulate and run an [i-Code CNES](https://github.com/lequal/i-CodeCNES) analysis through Docker.
### Run i-Code CNES
#### Run core checks
Assuming current directory contains the source code to analyze, simply run the following command:
```Dockerfile
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](https://hub.docker.com/r/facthunder/i-code) | [4.1.0](https://github.com/lequal/i-CodeCNES/releases/tag/v4.0.0) | [openjdk:8u222-slim-buster](https://hub.docker.com/_/openjdk) |
| [4.1.0](https://hub.docker.com/r/facthunder/i-code) | [4.1.0](https://github.com/lequal/i-CodeCNES/releases/tag/v4.1.0) | [openjdk:8u222-slim-buster](https://hub.docker.com/_/openjdk) |
| [4.0.0](https://hub.docker.com/r/facthunder/i-code) | [4.0.0](https://github.com/lequal/i-CodeCNES/releases/tag/v4.0.0) | [openjdk:8u222-slim-buster](https://hub.docker.com/_/openjdk) |
| [3.1.0](https://hub.docker.com/r/facthunder/i-code) | [3.1.0](https://github.com/lequal/i-CodeCNES/releases/tag/v3.1.0) | [openjdk:8u222-slim-buster](https://hub.docker.com/_/openjdk) |### 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](https://www.gnu.org/licenses/gpl.txt)