Skip to content

common: test coverity scan #12

common: test coverity scan

common: test coverity scan #12

Workflow file for this run

# Scan the code for various flaws. See each of the scans for details.
name: Scans
on:
workflow_dispatch:
pull_request:
env:
COVERITY_SCAN_NOTIFICATION_EMAIL: ${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
jobs:
call-coverity:
uses: ./.github/workflows/scan_coverity.yml
name: Coverity