mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-12-26 13:28:22 +01:00
Also allow posts to coverity.com while we wait for Ubuntu to pick up the new Entrust root certificate.
This commit is contained in:
parent
9d47745e43
commit
b0a8e60968
3
.github/workflows/coverity.yml
vendored
3
.github/workflows/coverity.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
run: sudo apt-get install -y zlib1g-dev
|
run: sudo apt-get install -y zlib1g-dev
|
||||||
- name: Download Coverity Build Tool
|
- name: Download Coverity Build Tool
|
||||||
run: |
|
run: |
|
||||||
wget -v --no-check-certificate https://scan.coverity.com/download/linux64 --post-data token="$TOKEN&project=$GITHUB_REPOSITORY" -O cov-analysis-linux64.tar.gz
|
wget -q --no-check-certificate https://scan.coverity.com/download/linux64 --post-data token="$TOKEN&project=$GITHUB_REPOSITORY" -O cov-analysis-linux64.tar.gz
|
||||||
mkdir cov-analysis-linux64
|
mkdir cov-analysis-linux64
|
||||||
tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64
|
tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64
|
||||||
env:
|
env:
|
||||||
@ -28,6 +28,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tar czvf cov.tgz cov-int
|
tar czvf cov.tgz cov-int
|
||||||
curl \
|
curl \
|
||||||
|
--insecure \
|
||||||
--form token=$TOKEN \
|
--form token=$TOKEN \
|
||||||
--form email=michael.r.sweet@gmail.com \
|
--form email=michael.r.sweet@gmail.com \
|
||||||
--form file=@cov.tgz \
|
--form file=@cov.tgz \
|
||||||
|
Loading…
Reference in New Issue
Block a user