Land #897
This commit is contained in:
commit
2d7042d9e4
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@ -34,9 +34,11 @@ jobs:
|
||||
- name: Build with Coverity build tool
|
||||
run: |
|
||||
export PATH=`pwd`/coverity_tool/bin:$PATH
|
||||
cd libressl-*
|
||||
cov-build --dir cov-int ninja
|
||||
- name: Submit build result to Coverity Scan
|
||||
run: |
|
||||
cd libressl-*
|
||||
tar czvf cov.tar.gz cov-int
|
||||
curl --form token=${{ secrets.COVERITY_SCAN_TOKEN }} \
|
||||
--form email=libressl-security@openbsd.org \
|
||||
|
Loading…
x
Reference in New Issue
Block a user