Skip to main content

Configure an API credentials file on macOS or Linux

You can configure a Veracode API credentials file on macOS or Linux and, optionally, run a command to restrict access to the file.

Before you begin:

  • You have generated Veracode API credentials.
  • Depending on your Veracode integration, you have added your Veracode API credentials to the [default] application profile. If you have an existing [greenlight] profile, delete it or rename it to [default].

To complete this task:

  1. On the command line, navigate to the folder for your username. For example, $HOME.

  2. Run this command to create the .veracode folder: $ mkdir .veracode

  3. Navigate to the .veracode folder. For example: $ cd .veracode

    note

    macOS immediately hides the .veracode folder because the folder name begins with a period.

  4. Run this touch command to create the credentials file: $ touch credentials

  5. Open the Finder to .veracode.

  6. Double-click the credentials file to open it in a text editor.

  7. Copy this text and paste it into the credentials file:

    [default]
    veracode_api_key_id = Your API ID
    veracode_api_key_secret = Your API key

    The spaces around the equals sign (=) are not required.

  8. Replace the values with your Veracode API credentials.

  9. Save the credentials file.

  10. Optionally, you can run the following command to restrict access to the credentials file: chmod 600 ~/.veracode/credentials