Skip to content

Run Coverity scan and upload results #36

Run Coverity scan and upload results

Run Coverity scan and upload results #36

Workflow file for this run

name: Run Coverity scan and upload results
on:
workflow_dispatch:
schedule:
- cron: '0 10 1 * *' # monthly
jobs:
coverity-scan:
uses: wultra/wultra-infrastructure/.github/workflows/coverity-scan.yml@develop
secrets: inherit
with:
project-name: ${{ github.event.repository.name }}
version: ${{ github.sha }}
description: ${{ github.ref }}