mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-09 18:48:05 -05:00
Coverity Scan
This commit is contained in:
parent
8e075d625d
commit
20bfc0ffeb
24
.github/workflows/coverity.yml
vendored
Normal file
24
.github/workflows/coverity.yml
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
name: Coverity Scan
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
coverity:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install -y libssl-dev libcurl4-openssl-dev
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake
|
||||
-S ${{github.workspace}}
|
||||
-B ${{github.workspace}}/build
|
||||
|
||||
- uses: vapier/coverity-scan-action@v1
|
||||
with:
|
||||
email: ${{secrets.COVERITY_SCAN_EMAIL}}
|
||||
token: ${{secrets.COVERITY_SCAN_TOKEN}}
|
||||
command: make -C ${{github.workspace}}/build
|
Loading…
x
Reference in New Issue
Block a user