Skip to content

Commit

Permalink
bump threshold for inline compare for jenkins image
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
  • Loading branch information
wagoodman committed Oct 30, 2020
1 parent 6e98752 commit 7735817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/inline-compare/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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%,
Expand All @@ -29,7 +29,7 @@
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,
})


Expand Down

0 comments on commit 7735817

Please sign in to comment.