Skip to content

Commit

Permalink
Code changes for FSA Update (#69)
Browse files Browse the repository at this point in the history
Code changes for  FSA Update
  • Loading branch information
sangamchitmugre authored Aug 30, 2021
1 parent 2d81684 commit b9737ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
exclude group: 'org.apache.logging.log4j', module: 'log4j-core'
}

compile 'com.checkmarx:cx-client-common:2021.3.164',
compile 'com.checkmarx:cx-client-common:2021.3.166',
'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.5',
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.5',
'org.apache.logging.log4j:log4j-slf4j-impl:2.13.3',
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = Provides automatic scan of code by Checkmarx server and shows results summary and trend in Jenkins interface.
group = com.checkmarx.jenkins
version = 2021.3.1
version = 2021.3.2

repositoryVersion=

Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/hudson.remoting.ClassFilter
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ com.cx.restclient.ast.dto.sca.ScaScanConfigValue
com.cx.restclient.ast.dto.sca.ScaScanConfigValue$ScaScanConfigValueBuilder
com.cx.restclient.ast.dto.sca.report.PolicyAction
com.cx.restclient.ast.dto.sca.report.PolicyRule
com.cx.restclient.ast.dto.sca.report.PolicyEvaluation
com.cx.restclient.ast.dto.sca.report.PolicyEvaluation
com.cx.restclient.sast.dto.ResponseSastScanStatus
com.cx.restclient.sast.dto.CxScanStateObj

0 comments on commit b9737ee

Please sign in to comment.