diff --git a/src/main/java/com/fortify/fod/parser/FortifyCommands.java b/src/main/java/com/fortify/fod/parser/FortifyCommands.java index a584ecc..80d002c 100644 --- a/src/main/java/com/fortify/fod/parser/FortifyCommands.java +++ b/src/main/java/com/fortify/fod/parser/FortifyCommands.java @@ -180,14 +180,14 @@ public boolean hasUserCredentials() { private static final String TENANT_CODE = "-tenantCode"; private static final String TENANT_CODE_SHORT = "-tc"; @Parameter(names = {TENANT_CODE,TENANT_CODE_SHORT}, - description = "Tenant identifier", + description = "Tenant identifier ", required = false) public String tenantCode; private static final String IS_POLICY_FAILURE = "-allowPolicyFail"; private static final String IS_POLICY_FAILURE_SHORT = "-apf"; @Parameter(names = {IS_POLICY_FAILURE, IS_POLICY_FAILURE_SHORT }, - description = "Flag allows to exit with 0 code even if policy fails") + description = "whether the scan is a bundled assessment") public boolean allowPolicyFail = false; public void version() {