Skip to content

Commit

Permalink
.github: workflows: scan kernel with Coverity
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Colberg <[email protected]>
  • Loading branch information
pcolberg committed Jan 9, 2025
1 parent 50a2923 commit e0acab2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Scan kernel with Coverity

on:
push:
branches:
- 'fpga-ofs-dev'
- 'fpga-ofs-dev-*-lts'
paths:
- '**'
- '!.github/**'
- '.github/workflows/coverity.yml'

pull_request:
branches:
- 'fpga-ofs-dev'
- 'fpga-ofs-dev-*-lts'
paths:
- '.github/workflows/coverity.yml'

workflow_dispatch:

jobs:
build:
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
uses: intel-innersource/applications.fpga.opae.linux-dfl/.github/workflows/coverity.yml@main
secrets: inherit

0 comments on commit e0acab2

Please sign in to comment.