Skip to content

Commit 466c21c

Browse files
committed
.github: workflows: scan kernel with Coverity
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
1 parent 4800edb commit 466c21c

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/coverity.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Scan kernel with Coverity
2+
3+
on:
4+
push:
5+
branches:
6+
- 'fpga-ofs-dev'
7+
- 'fpga-ofs-dev-*-lts'
8+
paths:
9+
- '**'
10+
- '!.github/**'
11+
- '.github/workflows/coverity.yml'
12+
13+
pull_request:
14+
branches:
15+
- 'fpga-ofs-dev'
16+
- 'fpga-ofs-dev-*-lts'
17+
paths:
18+
- '.github/workflows/coverity.yml'
19+
20+
workflow_dispatch:
21+
22+
jobs:
23+
build:
24+
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
25+
uses: intel-innersource/applications.fpga.opae.linux-dfl/.github/workflows/coverity.yml@main
26+
secrets: inherit

0 commit comments

Comments
 (0)