Skip to content

Commit 061ba5d

Browse files
committed
CI: Add Coverity Scan
1 parent cc7ea2e commit 061ba5d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/coverity.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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 }}

0 commit comments

Comments
 (0)