@cryptotaxi247 / netdata-1 / commits / 475d96799

Bump Coverity version to latest (2022.06). (#13541)

THis should fix the fialing Coverity scan CI jobs.

Austin S. Hemmelgarn committed Aug 19, 2022 at 08:02 UTC 475d9679909ae99ce23558dbef46077e058366c8
1 file changed +1 -1
coverity-scan.sh
+1 -1
@@ -40,7 +40,7 @@ set -e
40 INSTALL_DIR="/opt"
41
42 # the version of coverity to use
43 -COVERITY_BUILD_VERSION="${COVERITY_BUILD_VERSION:-cov-analysis-linux64-2021.12}"
43 +COVERITY_BUILD_VERSION="${COVERITY_BUILD_VERSION:-cov-analysis-linux64-2022.06}"
44
45 # TODO: For some reasons this does not fully load on Debian 10 (Haven't checked if it happens on other distros yet), it breaks
46 source packaging/installer/functions.sh || echo "Failed to fully load the functions library"