Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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)

[How to find your Project Key](https://docs.codescan.io/hc/en-us/articles/360020038192-How-to-find-a-Project-Key-in-CodeScan)

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/)

Expand Down