Sarif-tools v3.0 introduced an issue that has been resolved in v3.0.1.
Ensure that v3.0.1 or higher is installed via pip.

Fixes: 234e626198a4 ("ci: Use previous sarif-tools release due to issue in 
latest release.")
Signed-off-by: Eelco Chaudron <[email protected]>
---
 .ci/linux-prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/linux-prepare.sh b/.ci/linux-prepare.sh
index 5f8a1db6a..b537163b8 100755
--- a/.ci/linux-prepare.sh
+++ b/.ci/linux-prepare.sh
@@ -23,7 +23,7 @@ cd ..
 #     https://github.com/pypa/pip/issues/10655
 pip3 install --disable-pip-version-check --user wheel
 pip3 install --disable-pip-version-check --user \
-    flake8 netaddr pyparsing sarif-tools==2.0.0 sphinx setuptools
+    flake8 netaddr pyparsing sarif-tools>=3.0.1 sphinx setuptools
 
 # Install python test dependencies
 pip3 install -r python/test_requirements.txt
-- 
2.46.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to