Skip to content

Commit 0ee3acc

Browse files
Merge branch 'develop' of github.com:veracode/github-actions-integration into develop
2 parents 3956af1 + f91ffa7 commit 0ee3acc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
vid: ${{ secrets.VERACODE_API_ID }}
7878
vkey: ${{ secrets.VERACODE_API_KEY }}
7979
veracode_policy_name: ${{ github.event.client_payload.policy_name }}
80-
file: ${{ github.event.client_payload.repository.artifact_name }}
80+
file: ${{ github.event.client_payload.repository.artifact_file }}
8181
fail_build: ${{ github.event.client_payload.user_config.break_build_policy_findings }}
8282
use_upgraded_version: true
8383

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
appname: ${{ github.event.client_payload.user_config.profile_name }}
8080
createprofile: true
8181
version: '${{ github.run_id }}'
82-
filepath: ${{ github.event.client_payload.repository.artifact_name }}
82+
filepath: ${{ github.event.client_payload.repository.artifact_file }}
8383
# include: ${{ github.event.client_payload.modules_to_scan }}
8484
policy: ${{ github.event.client_payload.policy_name }}
8585
scantimeout: 15

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
createprofile: true
7979
policy: ${{ github.event.client_payload.policy_name }}
8080
version: '${{ github.run_id }}'
81-
filepath: ${{ github.event.client_payload.repository.artifact_name }}
81+
filepath: ${{ github.event.client_payload.repository.artifact_file }}
8282
vid: '${{ secrets.VERACODE_API_ID }}'
8383
vkey: '${{ secrets.VERACODE_API_KEY }}'
8484
createsandbox: true

0 commit comments

Comments
 (0)