Skip to content

common: test coverity scan #10

common: test coverity scan

common: test coverity scan #10

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-bandit:
uses: ./.github/workflows/scan_bandit.yml
name: Bandit
call-codeql:
uses: ./.github/workflows/scan_codeql.yml
name: CodeQL
call-coverity:
uses: ./.github/workflows/scan_coverity.yml
name: Coverity
call-documentation:
uses: ./.github/workflows/scan_documentation.yml
name: Documentation