Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from dashhudson/ryandcampbell/add-sandbox-support
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
ryan-d-campbell authored Sep 22, 2020
2 parents d4674f4 + 15ab565 commit b520e26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
```

0 comments on commit b520e26

Please sign in to comment.