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
- Host: GitHub
- URL: https://github.com/ffmpeg/ffmpeg-coverity
- Owner: FFmpeg
- License: other
- Created: 2016-12-02T11:41:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T17:45:28.000Z (over 1 year ago)
- Last Synced: 2024-12-31T10:12:28.566Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 70.3 KB
- Stars: 10
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```