https://github.com/nokitakaze/docker-pvs-studio
https://github.com/nokitakaze/docker-pvs-studio
docker pvs pvs-studio
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nokitakaze/docker-pvs-studio
- Owner: nokitakaze
- License: apache-2.0
- Created: 2020-11-02T10:46:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T08:13:22.000Z (over 5 years ago)
- Last Synced: 2025-01-29T21:34:31.182Z (over 1 year ago)
- Topics: docker, pvs, pvs-studio
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unofficial PVS-Studio docker image
## How to use
```sh
git clone https://github.com/nokitakaze/docker-pvs-studio.git
```
Change file `settings/PVS-Studio.lic`, set your username and **license key**. Yes, this image doesn't work without proper license.
https://www.viva64.com/ru/pvs-studio/
Link your source code files to folder `files` and rename your main solution to `Input.sln`.
Then
```sh
docker-compose up --build
```
Then you could get your `files/Input.plog` and read it.