We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4800edb commit 466c21cCopy full SHA for 466c21c
1 file changed
.github/workflows/coverity.yml
@@ -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
15
16
17
18
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