Skip to content

Commit

Permalink
github: add Coverity Scan workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
  • Loading branch information
wipawel committed Nov 3, 2023
1 parent 0f5143e commit 86fa82e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 }}

0 comments on commit 86fa82e

Please sign in to comment.