mirror of
https://github.com/anchore/syft.git
synced 2025-11-19 17:33:18 +01:00
bump threshold for inline compare for jenkins image
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
6e98752c6b
commit
773581704c
@ -16,7 +16,7 @@ PACKAGE_QUALITY_GATE = collections.defaultdict(lambda: DEFAULT_QUALITY_GATE_THRE
|
|||||||
METADATA_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
|
# syft is better at detecting package versions in specific cases, leading to a drop in matching metadata
|
||||||
"anchore/test_images:java": 0.61,
|
"anchore/test_images:java": 0.61,
|
||||||
"jenkins/jenkins:2.249.2-lts-jdk11": 0.82,
|
"jenkins/jenkins:2.249.2-lts-jdk11": 0.85,
|
||||||
})
|
})
|
||||||
|
|
||||||
# We additionally fail if an image is above a particular threshold. Why? We expect the lower threshold to be 90%,
|
# We additionally fail if an image is above a particular threshold. Why? We expect the lower threshold to be 90%,
|
||||||
@ -29,7 +29,7 @@ PACKAGE_UPPER_THRESHOLD = collections.defaultdict(lambda: 1, **{})
|
|||||||
METADATA_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
|
# syft is better at detecting package versions in specific cases, leading to a drop in matching metadata
|
||||||
"anchore/test_images:java": 0.65,
|
"anchore/test_images:java": 0.65,
|
||||||
"jenkins/jenkins:2.249.2-lts-jdk11": 0.84,
|
"jenkins/jenkins:2.249.2-lts-jdk11": 0.9,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user