From 15ab565676b3c8444179c0ef972b20a84c898f2b Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 22 Sep 2020 15:04:58 -0300 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 89773f2..2cc8835 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ This action runs the Veracode Java Wrapper's 'upload and scan' action. ### `vkey` **Required:** Veracode API key. +### `sandboxname` +**Required:** The name of the sandbox that you would like to send the scan. + ## Example usage The following example will upload all files contained within the folder_to_upload to Veracode and start a static scan. @@ -46,4 +49,5 @@ The veracode credentials are read from github secrets. NEVER STORE YOUR SECRETS filepath: 'folder_to_upload/' vid: '${{ secrets.VERACODE_ID }}' vkey: '${{ secrets.VERACODE_KEY }}' + sandboxname: sandbox_to_send_scan ```