@cryptotaxi247 / netdata-1 / commits / 3d67dc39b

Update Coverity version so that scanning works again. (#10794)

Austin S. Hemmelgarn committed Mar 17, 2021 at 13:24 UTC 3d67dc39b9e709b98c9324450a3f0b2e8fa8f605
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-2019.03}"
43 +COVERITY_BUILD_VERSION="${COVERITY_BUILD_VERSION:-cov-analysis-linux64-2020.09}"
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"