Skip to content

Commit

Permalink
feat(RELEASE-1296): rh-advisories e2e test should have a cve
Browse files Browse the repository at this point in the history
Signed-off-by: tester <test@test.com>
  • Loading branch information
tester committed Jan 10, 2025
1 parent 8729abe commit dbbaf4f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/release/pipelines/rh_advisories.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,14 @@ func createADVSReleasePlanAdmission(advsRPAName string, managedFw framework.Fram
"product_name": "test product",
"product_stream": "rhtas-tp1",
"product_version": "v1.0",
"type": "RHBA",
"type": "RHSA",
"cves": []map[string]interface{}{
{
"key": "CVE-2024-8260",
"component" : advsComponentName,
},
},

},
"sign": map[string]interface{}{
"configMapName": "hacbs-signing-pipeline-config-redhatbeta2",
Expand Down

0 comments on commit dbbaf4f

Please sign in to comment.