Upgrade Coverity scan to version 2022.06
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I8b4a8a7c99b63c7033756cc69b4a913edfee4d57
diff --git a/script/tf-coverity/run_coverity_on_tf.py b/script/tf-coverity/run_coverity_on_tf.py
index ad49bfa..39fe9b0 100755
--- a/script/tf-coverity/run_coverity_on_tf.py
+++ b/script/tf-coverity/run_coverity_on_tf.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (c) 2019-2021 Arm Limited. All rights reserved.
+# Copyright (c) 2019-2022 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -36,7 +36,7 @@
def get_coverity_tool():
- coverity_tarball = "cov-analysis-linux64-2021.12.1.tar.gz"
+ coverity_tarball = "cov-analysis-linux64-2022.06.tar.gz"
url = "http://files.oss.arm.com/downloads/tf-a/" + coverity_tarball
print("Downloading Coverity Build tool from %s..." % url)
file_handle = urllib.request.urlopen(url)