Skip to content

e2e: misc test updates #1234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions e2etests/testcase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ var testCases = []testCase{
// This image is older than June 2020, so we need to explicitly request for an uncertified scan.
uncertifiedRHEL: true,
checkProvidedExecutables: true,
onlyCheckSpecifiedVulns: true,
expectedFeatures: []apiV1.Feature{
{
Name: "procps-ng",
Expand Down Expand Up @@ -3655,7 +3656,7 @@ For more details about the security issue(s), including the impact, a CVSS score
NamespaceName: "rhel:8",
VersionFormat: "rpm",
Version: "6.0.6-1.el8_6.x86_64",
FixedBy: "6.0.20-1.el8_8",
FixedBy: "6.0.21-1.el8_8",
Vulnerabilities: []apiV1.Vulnerability{
{
Name: "RHBA-2022:5747",
Expand Down Expand Up @@ -3694,7 +3695,7 @@ Bug Fix(es) and Enhancement(s):
NamespaceName: "rhel:8",
VersionFormat: "rpm",
Version: "6.0.6-1.el8_6.x86_64",
FixedBy: "6.0.20-1.el8_8",
FixedBy: "6.0.21-1.el8_8",
Vulnerabilities: []apiV1.Vulnerability{
{
Name: "RHBA-2022:5747",
Expand Down