Skip to content

Disable stats on el9 (#1054) #187

Disable stats on el9 (#1054)

Disable stats on el9 (#1054) #187

Workflow file for this run

name: Coverity Scan
on:
push:
branches:
- 'master'
jobs:
coverity:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: vapier/coverity-scan-action@v1
with:
command: --no-command --fs-capture-search fapolicy_analyzer
project: ctc-oss/fapolicy-analyzer
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}