mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-08 06:28:27 +01:00
Coverity certs are fixed.
This commit is contained in:
parent
44d20eba1b
commit
fa20982e5d
5
.github/workflows/coverity.yml
vendored
5
.github/workflows/coverity.yml
vendored
@ -12,11 +12,9 @@ jobs:
|
||||
run: sudo apt-get update --fix-missing -y
|
||||
- name: install prerequisites
|
||||
run: sudo apt-get install -y zlib1g-dev
|
||||
- name: Download current Entrust root cert chain...
|
||||
run: wget -q https://abnf.msweet.org/entrust.pem -O entrust.pem
|
||||
- name: Download Coverity Build Tool
|
||||
run: |
|
||||
wget -q --ca-certificate=entrust.pem https://scan.coverity.com/download/linux64 --post-data token="$TOKEN&project=$GITHUB_REPOSITORY" -O cov-analysis-linux64.tar.gz
|
||||
wget -q https://scan.coverity.com/download/linux64 --post-data token="$TOKEN&project=$GITHUB_REPOSITORY" -O cov-analysis-linux64.tar.gz
|
||||
mkdir cov-analysis-linux64
|
||||
tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64
|
||||
env:
|
||||
@ -30,7 +28,6 @@ jobs:
|
||||
run: |
|
||||
tar czvf cov.tgz cov-int
|
||||
curl \
|
||||
--cacert entrust.pem \
|
||||
--form token=$TOKEN \
|
||||
--form email=michael.r.sweet@gmail.com \
|
||||
--form file=@cov.tgz \
|
||||
|
Loading…
Reference in New Issue
Block a user