Skip to content

Commit 8ac3775

Browse files
Removed use_upgraded_version flag
1 parent 5146bdf commit 8ac3775

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
veracode_policy_name: ${{ github.event.client_payload.policy_name }}
8080
file: ${{ github.event.client_payload.repository.artifact_file }}
8181
fail_build: ${{ github.event.client_payload.user_config.break_build_policy_findings }}
82-
use_upgraded_version: true
8382

8483
- name: Veracode Pipeline Results
8584
if: always()

.github/workflows/binary-ready-veracode-sast-policy-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
policy: ${{ github.event.client_payload.policy_name }}
8585
scantimeout: 15
8686
failbuild: ${{ github.event.client_payload.user_config.break_build_policy_findings }}
87-
use_upgraded_version: true
8887

8988
- name: Veracode Policy Results
9089
id: prepare-results

.github/workflows/veracode-pipeline-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
veracode_policy_name: ${{ inputs.policy_name }}
8181
file: ./veracode_artifact_directory/${{ env.veracode_artifact }}
8282
fail_build: ${{ inputs.break_build_policy_findings }}
83-
use_upgraded_version: true
8483

8584
- name: Veracode Pipeline Results
8685
if: always()

.github/workflows/veracode-policy-scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
scantimeout: 15
8585
# include: ${{ inputs.modules_to_scan }}
8686
failbuild: ${{ inputs.break_build_policy_findings }}
87-
use_upgraded_version: true
8887

8988
- name: Veracode Policy Results
9089
id: prepare-results

0 commit comments

Comments
 (0)