An open API service indexing awesome lists of open source software.

https://github.com/ffmpeg/ffmpeg-coverity

Automated Coverity Scan integration
https://github.com/ffmpeg/ffmpeg-coverity

Last synced: 9 months ago
JSON representation

Automated Coverity Scan integration

Awesome Lists containing this project

README

          

# FFmpeg-Coverity
Dockerfile for an ffmpeg coverity testing environment

Usage:

```
export COVERITY_SCAN_NOTIFICATION_EMAIL=...
export COVERITY_SCAN_TOKEN=...
docker pull ffmpeg/coverity
docker run --env COVERITY_SCAN_NOTIFICATION_EMAIL --env COVERITY_SCAN_TOKEN ffmpeg/coverity
```