From b414560571d9d393ef791c084292c382c40f3514 Mon Sep 17 00:00:00 2001 From: yyyopio <74629686+yyyopio@users.noreply.github.com> Date: Mon, 30 Nov 2020 17:51:03 +0300 Subject: [PATCH] Revert "D- 412001 modified description for allowpasspolicy parameter" --- src/main/java/com/fortify/fod/parser/FortifyCommands.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {