Skip to content

Commit 57808ef

Browse files
authored
Pass inherited branches config to Aqua Stage
1 parent f5f9d14 commit 57808ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vars/odsComponentStageScanWithAqua.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ def call(IContext context, Map config = [:]) {
8282
if (config.resourceName) {
8383
inheritedConfig.resourceName = config.resourceName
8484
}
85+
if (config.branches) {
86+
inheritedConfig.branches = config.branches
87+
}
8588
if (enabledInCluster && enabledInProject) {
8689
new ScanWithAquaStage(this,
8790
context,

0 commit comments

Comments
 (0)