Skip to content

Commit a01677a

Browse files
authored
CASP-828 correct config parameter (#179)
1 parent e7a1bd3 commit a01677a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/wss.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ wss.url=https://saas.whitesourcesoftware.com/agent
9292
# Policies #
9393
############
9494
checkPolicies=true
95-
forceCheckAllDependencies=false
96-
forceUpdate=false
97-
forceUpdate.failBuildOnPolicyViolation=false
95+
forceCheckAllDependencies=true
96+
forceUpdate=true
97+
forceUpdate.failBuildOnPolicyViolation=true
9898
#updateInventory=false
9999
100100
###########

0 commit comments

Comments
 (0)