From ccb304b482fffca4ba754c121e36c98380f8ad44 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 27 Jun 2020 12:52:27 -0400 Subject: [PATCH] Remove defaults from readme to match functionality --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d1abae6..b97df2a 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,9 @@ This action runs the Veracode Java Wrapper's 'upload and scan' action. ### `vid` **Required:** Veracode API ID. -**Default:** '${{ secrets.VERACODE_ID }}' - ### `vkey` **Required:** Veracode API key. -**Default:** '${{ secrets.VERACODE_KEY }}' - ## Example usage The following example will upload all files contained within the folder_to_upload to Veracode and start a static scan.