Skip to content

Commit

Permalink
Merge pull request #396 from checkmarx-ltd/develop
Browse files Browse the repository at this point in the history
Removed logs
  • Loading branch information
satyamchaurasiapersistent authored Apr 1, 2024
2 parents d14faf1 + 4e9fe2c commit 8463430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.github.checkmarx-ltd</groupId>
<artifactId>cx-spring-boot-sdk</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>


<name>cx-spring-boot-sdk</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/checkmarx/sdk/service/CxService.java
Original file line number Diff line number Diff line change
Expand Up @@ -1835,8 +1835,8 @@ public Integer uploadProjectSource(CxScanParams params,Integer projectId, File f
map.add("isPublic", params.isPublic());
map.add("forceScan", params.isForceScan());
map.add("comment", comment);
map.add("presetId", getPresetId(params.getScanPreset())); //Test Satyam
map.add("engineConfigurationId",getScanConfiguration(params.getScanConfiguration())); //Test Satyam
map.add("presetId", getPresetId(params.getScanPreset()));
map.add("engineConfigurationId",getScanConfiguration(params.getScanConfiguration()));
map.add("zippedSource", value);

HttpEntity<LinkedMultiValueMap<String, Object>> requestEntity = new HttpEntity<>(map, headers);
Expand Down

0 comments on commit 8463430

Please sign in to comment.