Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facthunder/understand
Docker image for SciTools Understand
https://github.com/facthunder/understand
analyzer c code-analysis docker docker-image java python scitools scitools-understand static-analysis understand vhdl
Last synced: about 2 months ago
JSON representation
Docker image for SciTools Understand
- Host: GitHub
- URL: https://github.com/facthunder/understand
- Owner: Facthunder
- License: gpl-3.0
- Created: 2020-09-08T21:06:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T00:52:04.000Z (about 4 years ago)
- Last Synced: 2023-03-07T06:46:58.316Z (almost 2 years ago)
- Topics: analyzer, c, code-analysis, docker, docker-image, java, python, scitools, scitools-understand, static-analysis, understand, vhdl
- Language: Dockerfile
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for SciTools Understand
This project aims to provide a simple Docker image to encapsulate and run a [Understand](https://scitools.com/features/) analysis through Docker.
### Run Understand
#### 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/understand:latest und create -languages c++ -db understand-database.udb
docker run --rm -v ${PWD}:/src facthunder/understand:latest und settings -AddMode Relative -db understand-database.udb
docker run --rm -v ${PWD}:/src facthunder/understand:latest und add -db understand-database.udb .
docker run --rm -v ${PWD}:/src facthunder/understand:latest und analyze -db understand-database.udb
docker run --rm -v ${PWD}:/src facthunder/understand:latest und codecheck -flattentree -db understand-database.udb UnderstandCodecheckConfiguration.ini .
```### Versions matrix
Here is the versions matrix of the image:| TAG | UNDERSTAND VERSION | BASE IMAGE |
|:----------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------:|
| [latest](https://hub.docker.com/r/facthunder/understand) | [1029](http://builds.scitools.com/all_builds/b1004/Understand/Understand-5.1.1029-Linux-64bit.tgz) | [python:3.8.5-slim-buster](https://hub.docker.com/_/python) |
| [1029](https://hub.docker.com/r/facthunder/understand) | [1029](http://builds.scitools.com/all_builds/b1029/Understand/Understand-5.1.1029-Linux-64bit.tgz) | [python:3.8.5-slim-buster](https://hub.docker.com/_/python) |
| [1004](https://hub.docker.com/r/facthunder/understand) | [1004](http://builds.scitools.com/all_builds/b1004/Understand/Understand-5.1.1004-Linux-64bit.tgz) | [python:3.8.5-slim-buster](https://hub.docker.com/_/python) |### 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)