install-coverity: update to 2021.12

Starting in February 2022, coverity stopped to support the old
2019.03 version that we were using.  Unfortunately that didn't
generate any e-mail notification to the project admins so it
remained undetected until now :(

What sucks is that the filename states 2021.12 but then the
actual directory created upon extraction is 2021.12.1, meaning
our ansible rule breaks.  We have to rename the tarball to 2021.12.1
before running the playbook...

Closes: OS#5594
Change-Id: I950834cc2ad70979a53a563610bbc9feef1f5f20
This commit is contained in:
Harald Welte 2022-06-28 11:26:28 +02:00 committed by laforge
parent 8637f74ced
commit bab323da52
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
---
coverity_version: 2019.03
coverity_version: 2021.12.1
coverity_installer_file: "cov-analysis-linux64-{{ coverity_version }}.tar.gz"