mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
bump java compare testing thresholds
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
03dbfb8dfb
commit
2532928afa
@ -15,7 +15,7 @@ INDENT = " "
|
||||
PACKAGE_QUALITY_GATE = collections.defaultdict(lambda: DEFAULT_QUALITY_GATE_THRESHOLD, **{})
|
||||
METADATA_QUALITY_GATE = collections.defaultdict(lambda: DEFAULT_QUALITY_GATE_THRESHOLD, **{
|
||||
# syft is better at detecting package versions in specific cases, leading to a drop in matching metadata
|
||||
"anchore/test_images:java": 0.52,
|
||||
"anchore/test_images:java": 0.61,
|
||||
"jenkins/jenkins:2.249.2-lts-jdk11": 0.82,
|
||||
})
|
||||
|
||||
@ -28,7 +28,7 @@ METADATA_QUALITY_GATE = collections.defaultdict(lambda: DEFAULT_QUALITY_GATE_THR
|
||||
PACKAGE_UPPER_THRESHOLD = collections.defaultdict(lambda: 1, **{})
|
||||
METADATA_UPPER_THRESHOLD = collections.defaultdict(lambda: 1, **{
|
||||
# syft is better at detecting package versions in specific cases, leading to a drop in matching metadata
|
||||
"anchore/test_images:java": 0.54,
|
||||
"anchore/test_images:java": 0.65,
|
||||
"jenkins/jenkins:2.249.2-lts-jdk11": 0.84,
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user