Skip to content

Commit

Permalink
feat(RELEASE-1296): rh-advisories e2e test should have a cve (#1484)
Browse files Browse the repository at this point in the history
Signed-off-by: tester <test@test.com>
Co-authored-by: tester <test@test.com>
  • Loading branch information
jinqi7 and tester authored Jan 13, 2025
1 parent 0ccb07c commit 8221e59
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/release/pipelines/rh_advisories.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ func createADVSReleasePlan(advsReleasePlanName string, devFw framework.Framework
"solution": "some solution",
"synopsis": "test synopsis",
"topic": "test topic",
"cves": []map[string]interface{}{
{
"key": "CVE-2024-8260",
"component" : advsComponentName,
},
},
},
})
Expect(err).NotTo(HaveOccurred())
Expand Down Expand Up @@ -241,7 +247,7 @@ func createADVSReleasePlanAdmission(advsRPAName string, managedFw framework.Fram
"product_name": "test product",
"product_stream": "rhtas-tp1",
"product_version": "v1.0",
"type": "RHBA",
"type": "RHSA",
},
"sign": map[string]interface{}{
"configMapName": "hacbs-signing-pipeline-config-redhatbeta2",
Expand Down

0 comments on commit 8221e59

Please sign in to comment.