Skip to content

common: test coverity scan #13

common: test coverity scan

common: test coverity scan #13

Workflow file for this run

# Scan the code for various flaws. See each of the scans for details.

Check failure on line 1 in .github/workflows/scans.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scans.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: env
name: Scans
on:
workflow_dispatch:
pull_request:
jobs:
env:
COVERITY_SCAN_NOTIFICATION_EMAIL: ${{ secrets.COVERITY_SCAN_NOTIFICATION_EMAIL }}
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
call-coverity:
uses: ./.github/workflows/scan_coverity.yml
name: Coverity