Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Added

### Changed
* Manage 'remote' value of exploit_type in Aqua in case of several values ([#1247](https://github.com/opendevstack/ods-jenkins-shared-library/pull/1247))
* Manage 'remote' value of exploit_type in Aqua in case of several values ([#1251](https://github.com/opendevstack/ods-jenkins-shared-library/pull/1251))

### Fixed
* Log correct error message for wrong preview-branch value ([#1249](https://github.com/opendevstack/ods-jenkins-shared-library/pull/1249))
Expand Down
2 changes: 2 additions & 0 deletions src/org/ods/component/ScanWithAquaStage.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.ods.component

import com.cloudbees.groovy.cps.NonCPS
import groovy.transform.TypeChecked
import groovy.transform.TypeCheckingMode
import org.apache.commons.lang3.StringUtils
Expand Down Expand Up @@ -418,6 +419,7 @@ class ScanWithAquaStage extends Stage {
}
}

@NonCPS
private List filterRemoteCriticalWithSolutionVulnerabilities(Map aquaJsonMap, Set whitelistedRECVs) {
List result = []
aquaJsonMap.resources.each { it ->
Expand Down