Skip to content

Commit

Permalink
Merge pull request #367 from checkmarx-ltd/develop
Browse files Browse the repository at this point in the history
Added latest committer email for Json bug tracker #366
  • Loading branch information
satyamchaurasiapersistent authored Jan 9, 2024
2 parents 1432a7a + de89a8a commit a318f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.5.66</version>
<version>0.5.67</version>
<name>cx-spring-boot-sdk</name>
<description>Checkmarx Java Spring Boot SDK</description>
<properties>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/checkmarx/sdk/dto/ScanResults.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public class ScanResults{
@Setter
private Integer pdfScanID;

@Getter @Setter
private String latestCommitterEmail;
public ScanResults(Boolean osa, String projectId,String deepLink, String reportCreationTime, String scanTime, String team, String project, String link, String files, String loc, String scanType,String version,
List<XIssue> xIssues,List<XIssue> unFilteredIssues, Map<String, Object> additionalDetails, CxScanSummary scanSummary, SCAResults scaResults, ASTResults astResults) {
this.osa = osa;
Expand Down

0 comments on commit a318f42

Please sign in to comment.