mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Add github action for Coverity scan.
This commit is contained in:
parent
7c6aa7838f
commit
1b05b7824f
22
.github/workflows/coverity.yml
vendored
Normal file
22
.github/workflows/coverity.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: Coverity Scan
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [coverity]
|
||||
|
||||
jobs:
|
||||
coverity:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build third party libs to exclude them from scan
|
||||
run: make third_party
|
||||
|
||||
- uses: vapier/coverity-scan-action@v1
|
||||
with:
|
||||
project: libxlsxwriter
|
||||
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
|
||||
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
|
||||
command: make -C src libxlsxwriter.a
|
Loading…
x
Reference in New Issue
Block a user