diff --git a/test/test_cli.py b/test/test_cli.py index 0285a9df84..c60e514b1b 100644 --- a/test/test_cli.py +++ b/test/test_cli.py @@ -649,7 +649,7 @@ def test_SBOM(self, caplog): known_cves_message, ) assert ( - int(m.group("product_number")) > 2 + int(m.group("product_number")) >= 2 ), "Not enough products with cves found in output" def test_sbom_detection(self, caplog):