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 <[email protected]>
  • Loading branch information
tester committed Jan 13, 2025
1 parent 8729abe commit 01d6e21
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 01d6e21

Please sign in to comment.