From 2ed2c63c2fed35d6ae328bad92ef14852b89dcda Mon Sep 17 00:00:00 2001 From: kadraman Date: Tue, 17 Oct 2023 15:41:11 +0100 Subject: [PATCH] chore: FoD: add generic MAST scan table options --- .../resources/com/fortify/cli/fod/i18n/FoDMessages.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/i18n/FoDMessages.properties b/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/i18n/FoDMessages.properties index 2896703471..3584c828b9 100644 --- a/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/i18n/FoDMessages.properties +++ b/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/i18n/FoDMessages.properties @@ -598,6 +598,7 @@ fcli.fod.dast-scan.output.table.options = scanId,analysisStatusType,applicationN fcli.fod.dast-scan.setup.output.table.options = applicationName,microserviceName,releaseName,entitlementId,dynamicSiteURL,webServiceType fcli.fod.dast-scan.import.output.table.options = importScanSessionId,applicationName,microserviceName,releaseName,scanType fcli.fod.dast-scan.download.output.table.options = applicationName,microserviceName,releaseName,scanType,file +fcli.fod.mast-scan.output.table.options = scanId,analysisStatusType,applicationName,microserviceName,releaseName,startedDateTime,completedDateTime,scanMethodTypeName fcli.fod.mast-scan.setup.output.table.options = applicationName,microserviceName,releaseName,entitlementId fcli.fod.mast-scan.import.output.table.options = importScanSessionId,applicationName,microserviceName,releaseName,scanType fcli.fod.mast-scan.download.output.table.options = applicationName,microserviceName,releaseName,scanType,file