From ccd0b63fac6878c9f466840bc21506485d50ff63 Mon Sep 17 00:00:00 2001 From: will-obrien <33824138+will-obrien@users.noreply.github.com> Date: Mon, 24 Jun 2019 10:11:36 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba88f61..79a3150 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ It is recommended that you create an environment variable for your CodeScan Clou With the token set as an environment variable you can run the tool with the following command. -`codescan-export [ORGANISATION KEY] [PROJECT KEY]` +`codescan-export [ORGANISATION KEY] [PROJECT KEY] -f output.csv` [How to find your Organisation Key](https://docs.codescan.io/hc/en-us/articles/360020037992-How-to-find-an-Organization-Key-in-CodeScan-Cloud) @@ -41,7 +41,7 @@ With the token set as an environment variable you can run the tool with the foll Without the token set as an environment variable you can run the tool with the following command. Click on the links for information on how to find the keys. -`CODESCAN_TOKEN=[TOKEN] codescan-export [ORGANISATION KEY] [PROJECT KEY]` +`CODESCAN_TOKEN=[TOKEN] codescan-export [ORGANISATION KEY] [PROJECT KEY] -f output.csv` [Generate your Security Token](https://app.codescan.io/account/security/)