Skip to content

Commit

Permalink
e2e: fix tests (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann authored Oct 13, 2023
1 parent 60a4717 commit 134df3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2etests/testcase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3656,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.21-1.el8_8",
FixedBy: "6.0.22-1.el8_8",
Vulnerabilities: []apiV1.Vulnerability{
{
Name: "RHBA-2022:5747",
Expand Down Expand Up @@ -3695,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.21-1.el8_8",
FixedBy: "6.0.22-1.el8_8",
Vulnerabilities: []apiV1.Vulnerability{
{
Name: "RHBA-2022:5747",
Expand Down Expand Up @@ -4225,7 +4225,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
},
},
},
FixedBy: "1.51.0-r1",
FixedBy: "1.51.0-r2",
AddedBy: "sha256:4aacde79cec42c8d0c5886185e70a16b107ae8c6b1a67d63d6efdb6d6978ed97",
},
},
Expand Down

0 comments on commit 134df3f

Please sign in to comment.