Skip to content

Commit

Permalink
Merge pull request #352 from checkmarx-ltd/develop
Browse files Browse the repository at this point in the history
Added Feature to check for policy violation
  • Loading branch information
satyamchaurasiapersistent authored Sep 8, 2023
2 parents 2262ac7 + c560ef1 commit 2c4c614
Show file tree
Hide file tree
Showing 2 changed files with 2 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.58</version>
<version>0.5.59</version>
<name>cx-spring-boot-sdk</name>
<description>Checkmarx Java Spring Boot SDK</description>
<properties>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/checkmarx/sdk/config/ScaProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class ScaProperties {
private boolean filterOutTestDependency=false;
private boolean filterOutNpmVerifiedDependency=false;
private boolean enableScaResolver;
private boolean enablePolicyViolation=true;
private String pathToScaResolver="/app";
private Map<String,String> scaResolverAddParameters;
private boolean enableExploitablePath= false;
Expand Down

0 comments on commit 2c4c614

Please sign in to comment.