-
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 #67 from veracode/SDEVX-v0.2.15
Bug fixes related to invalid policy name and vercode helper repo
- Loading branch information
Showing
9 changed files
with
24 additions
and
21 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].4 | ||
uses: veracode/[email protected].5 | ||
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].4 | ||
uses: veracode/[email protected].5 | ||
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].4 | ||
uses: Veracode/[email protected].5 | ||
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].4 | ||
uses: veracode/[email protected].5 | ||
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].4 | ||
uses: veracode/[email protected].5 | ||
with: | ||
action: validatePolicyName | ||
token: ${{ github.event.client_payload.token }} | ||
|
@@ -88,7 +88,7 @@ jobs: | |
- name: Veracode Policy Results | ||
id: prepare-results | ||
if: always() | ||
uses: Veracode/[email protected].4 | ||
uses: Veracode/[email protected].5 | ||
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].4 | ||
- uses: veracode/[email protected].5 | ||
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
steps: | ||
- name: Register build | ||
id: register-build | ||
uses: veracode/[email protected].4 | ||
uses: veracode/[email protected].5 | ||
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
steps: | ||
- name: Verify Veracode API credentials | ||
id: verify_api_creds | ||
uses: veracode/[email protected].4 | ||
uses: veracode/[email protected].5 | ||
with: | ||
action: validateVeracodeApiCreds | ||
token: ${{ github.event.client_payload.token }} | ||
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Verify Policy name | ||
id: verify_policy_name | ||
if: success() | ||
uses: veracode/[email protected].4 | ||
uses: veracode/[email protected].5 | ||
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
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].4 | ||
uses: veracode/[email protected].5 | ||
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].4 | ||
uses: Veracode/[email protected].5 | ||
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 |
---|---|---|
|
@@ -92,7 +92,7 @@ jobs: | |
- name: Veracode Policy Results | ||
id: prepare-results | ||
if: always() | ||
uses: Veracode/[email protected].4 | ||
uses: Veracode/[email protected].5 | ||
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].4 | ||
- uses: veracode/[email protected].5 | ||
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].4 | ||
- uses: veracode/[email protected].5 | ||
with: | ||
action: 'removeSandbox' | ||
vid: ${{ secrets.VERACODE_API_ID }} | ||
|