Also allow posts to coverity.com while we wait for Ubuntu to pick up the new Entrust root certificate.

This commit is contained in:
Michael R Sweet 2021-12-15 07:10:13 -05:00
parent 9d47745e43
commit b0a8e60968
No known key found for this signature in database
GPG Key ID: 999559A027815955

View File

@ -14,7 +14,7 @@ jobs:
run: sudo apt-get install -y zlib1g-dev
- name: Download Coverity Build Tool
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
tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64
env:
@ -28,6 +28,7 @@ jobs:
run: |
tar czvf cov.tgz cov-int
curl \
--insecure \
--form token=$TOKEN \
--form email=michael.r.sweet@gmail.com \
--form file=@cov.tgz \