-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from veracode/bug/ENGER-821
bug/ENGER-821 - Fix issue related to EU validations
- Loading branch information
Showing
10 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
steps: | ||
- name: Verify Veracode API credentials | ||
id: verify_api_creds | ||
uses: veracode/[email protected].3 | ||
uses: veracode/[email protected].4 | ||
with: | ||
action: validateVeracodeApiCreds | ||
token: ${{ github.event.client_payload.token }} | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- name: Verify Policy name | ||
id: verify_policy_name | ||
if: success() | ||
uses: veracode/[email protected].3 | ||
uses: veracode/[email protected].4 | ||
with: | ||
action: validatePolicyName | ||
token: ${{ github.event.client_payload.token }} | ||
|
@@ -83,7 +83,7 @@ jobs: | |
- name: Veracode Pipeline Results | ||
if: always() | ||
id: prepare-results | ||
uses: Veracode/[email protected].3 | ||
uses: Veracode/[email protected].4 | ||
with: | ||
action: 'preparePipelineResults' | ||
token: ${{ github.event.client_payload.token }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
steps: | ||
- name: Verify Veracode API credentials | ||
id: verify_api_creds | ||
uses: veracode/[email protected].3 | ||
uses: veracode/[email protected].4 | ||
with: | ||
action: validateVeracodeApiCreds | ||
token: ${{ github.event.client_payload.token }} | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- name: Verify Policy name | ||
id: verify_policy_name | ||
if: success() | ||
uses: veracode/[email protected].3 | ||
uses: veracode/[email protected].4 | ||
with: | ||
action: validatePolicyName | ||
token: ${{ github.event.client_payload.token }} | ||
|
@@ -71,7 +71,7 @@ jobs: | |
run-id: ${{ github.event.client_payload.run_id }} | ||
|
||
- name: Veracode Upload and Scan Action Step | ||
uses: veracode/[email protected].5 | ||
uses: veracode/[email protected].6 | ||
id: upload_and_scan | ||
with: | ||
vid: '${{ secrets.VERACODE_API_ID }}' | ||
|
@@ -88,7 +88,7 @@ jobs: | |
- name: Veracode Policy Results | ||
id: prepare-results | ||
if: always() | ||
uses: Veracode/[email protected].3 | ||
uses: Veracode/[email protected].4 | ||
with: | ||
action: 'preparePolicyResults' | ||
token: ${{ github.event.client_payload.token }} | ||
|
@@ -107,7 +107,7 @@ jobs: | |
if: ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }} | ||
name: Remove Sandbox | ||
steps: | ||
- uses: veracode/[email protected].3 | ||
- uses: veracode/[email protected].4 | ||
with: | ||
action: 'removeSandbox' | ||
vid: ${{ secrets.VERACODE_API_ID }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
|
||
- name: Veracode Upload and Scan Action Step | ||
id: upload_and_scan | ||
uses: veracode/[email protected].5 | ||
uses: veracode/[email protected].6 | ||
with: | ||
appname: ${{ github.event.client_payload.user_config.profile_name }} | ||
createprofile: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
steps: | ||
- name: Register build | ||
id: register-build | ||
uses: veracode/[email protected].3 | ||
uses: veracode/[email protected].4 | ||
with: | ||
action: registerBuild | ||
token: ${{ github.event.client_payload.token }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
steps: | ||
- name: Verify Veracode API credentials | ||
id: verify_api_creds | ||
uses: veracode/[email protected].3 | ||
uses: veracode/[email protected].4 | ||
with: | ||
action: validateVeracodeApiCreds | ||
token: ${{ github.event.client_payload.token }} | ||
|
@@ -63,7 +63,7 @@ jobs: | |
- name: Verify Policy name | ||
id: verify_policy_name | ||
if: success() | ||
uses: veracode/[email protected].3 | ||
uses: veracode/[email protected].4 | ||
with: | ||
action: validatePolicyName | ||
token: ${{ github.event.client_payload.token }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
steps: | ||
- name: Verify Veracode API credentials | ||
id: verify_api_creds | ||
uses: veracode/[email protected].3 | ||
uses: veracode/[email protected].4 | ||
with: | ||
action: validateVeracodeApiCreds | ||
token: ${{ github.event.client_payload.token }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ jobs: | |
- name: Veracode Pipeline Results | ||
if: always() | ||
id: prepare-results | ||
uses: Veracode/[email protected].3 | ||
uses: Veracode/[email protected].4 | ||
with: | ||
action: 'preparePipelineResults' | ||
token: ${{ inputs.token }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
# run the policy scan action | ||
- name: Veracode Upload and Scan Action Step | ||
uses: veracode/[email protected].5 | ||
uses: veracode/[email protected].6 | ||
id: upload_and_scan | ||
with: | ||
appname: ${{ inputs.profile_name }} | ||
|
@@ -92,7 +92,7 @@ jobs: | |
- name: Veracode Policy Results | ||
id: prepare-results | ||
if: always() | ||
uses: Veracode/[email protected].3 | ||
uses: Veracode/[email protected].4 | ||
with: | ||
action: 'preparePolicyResults' | ||
token: ${{ inputs.token }} | ||
|
@@ -111,7 +111,7 @@ jobs: | |
if: ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }} | ||
name: Remove Sandbox | ||
steps: | ||
- uses: veracode/[email protected].3 | ||
- uses: veracode/[email protected].4 | ||
with: | ||
action: 'removeSandbox' | ||
vid: ${{ secrets.VERACODE_API_ID }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: Remove Sandbox | ||
steps: | ||
- uses: veracode/[email protected].3 | ||
- uses: veracode/[email protected].4 | ||
with: | ||
action: 'removeSandbox' | ||
vid: ${{ secrets.VERACODE_API_ID }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
|
||
# run the policy scan action | ||
- name: Veracode Upload and Scan Action Step | ||
uses: veracode/[email protected].5 | ||
uses: veracode/[email protected].6 | ||
id: upload_and_scan | ||
with: | ||
appname: ${{ github.event.client_payload.user_config.profile_name }} | ||
|