Skip to content

Disable static array-bounds check so suppress false positives #24

Disable static array-bounds check so suppress false positives

Disable static array-bounds check so suppress false positives #24

Workflow file for this run

name: Coverity Scan
on:
push:
branches: [mainline]
jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: vapier/coverity-scan-action@v1
with:
email: ${{ secrets.COV_EMAIL }}
token: ${{ secrets.COV_TOKEN }}