From notifications-return-2703-archive-asf-public=cust-asf.ponee.io@fluo.apache.org Wed Feb 21 03:06:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 24B1E180787 for ; Wed, 21 Feb 2018 03:06:55 +0100 (CET) Received: (qmail 93322 invoked by uid 500); 21 Feb 2018 02:06:55 -0000 Mailing-List: contact notifications-help@fluo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fluo.apache.org Delivered-To: mailing list notifications@fluo.apache.org Received: (qmail 93313 invoked by uid 99); 21 Feb 2018 02:06:55 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2018 02:06:55 +0000 From: GitBox To: notifications@fluo.apache.org Subject: [GitHub] alanblueshift commented on issue #984: Create option for machine readable output for scan Message-ID: <151917881466.5397.5511502019663473303.gitbox@gitbox.apache.org> alanblueshift commented on issue #984: Create option for machine readable output for scan URL: https://github.com/apache/fluo/issues/984#issuecomment-367189548 Now we have 3 options to configure the scan command: - Based on fluo-app.properties - Based on --csv-* parameters - And based on -o overwrite parameter ```bash [root@9bb10c2c941e share]# fluo scan -a myapp --csv [root@9bb10c2c941e share]# fluo scan -a myapp --csv --csv-delimiter '|' [root@9bb10c2c941e share]# fluo scan -a myapp --csv -o fluo.scan.csv.delimiter='|' ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services