mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ PACKAGE_QUALITY_GATE = collections.defaultdict(lambda: DEFAULT_QUALITY_GATE_THRE
|
|||
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.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%,
|
||||
|
@ -29,7 +29,7 @@ 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.65,
|
||||
"jenkins/jenkins:2.249.2-lts-jdk11": 0.84,
|
||||
"jenkins/jenkins:2.249.2-lts-jdk11": 0.9,
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue