Skip to content

Commit 9eba26b

Browse files
committed
CI: Add Coverity Scan
1 parent 74e42f4 commit 9eba26b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/coverity.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SPDX-License-Identifier: 0BSD
2+
3+
name: Coverity Scan
4+
5+
on:
6+
push:
7+
branches: [coverity_scan]
8+
9+
jobs:
10+
coverity:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v5
15+
16+
- name: Coverity Scan
17+
uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
18+
with:
19+
command: ant
20+
build_language: java
21+
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
22+
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
23+
dry_run: true

0 commit comments

Comments
 (0)