Skip to content

Commit

Permalink
fix conflict + fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
olgakil committed Oct 5, 2020
1 parent 3a2db1d commit b6e673b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private void overridePropertiesSca(Optional<Sca> sca, Map<String, String> overri
});

sca.map(Sca::getThresholdsSeverity).ifPresent(thresholdsSeverity -> {
scaConfig.setThresholdsSeverity(thresholdsSeverity);
scaConfig.initThresholdsSeverity(thresholdsSeverity);
overrideReport.put("thresholdsSeverity", convertMapToString(thresholdsSeverity));
});

Expand Down

0 comments on commit b6e673b

Please sign in to comment.