Skip to content

Commit

Permalink
fix: release advisory pipelines should use RHBA (#1440)
Browse files Browse the repository at this point in the history
The release service pipeline suite tests that use advisories do not
attach CVEs. Thus, they should not use RHSA type.

Signed-off-by: Johnny Bieren <[email protected]>
  • Loading branch information
johnbieren authored Oct 24, 2024
1 parent f8b45b4 commit abc2ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/release/pipelines/multiarch_advisories.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func createMultiArchReleasePlanAdmission(multiarchRPAName string, managedFw fram
"product_name": "test product",
"product_stream": "rhtas-tp1",
"product_version": "v1.0",
"type": "RHSA",
"type": "RHBA",
},
"sign": map[string]interface{}{
"configMapName": "hacbs-signing-pipeline-config-redhatbeta2",
Expand Down
2 changes: 1 addition & 1 deletion tests/release/pipelines/rh_advisories.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func createADVSReleasePlanAdmission(advsRPAName string, managedFw framework.Fram
"product_name": "test product",
"product_stream": "rhtas-tp1",
"product_version": "v1.0",
"type": "RHSA",
"type": "RHBA",
},
"sign": map[string]interface{}{
"configMapName": "hacbs-signing-pipeline-config-redhatbeta2",
Expand Down

0 comments on commit abc2ffe

Please sign in to comment.