Skip to content

Commit 99d263f

Browse files
update issue flaws config to show preview
1 parent b4aa84d commit 99d263f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
repo_owner: ${{ inputs.owner }}
152152
github-token: ${{ inputs.token }}
153153
repo_name: ${{ inputs.repo }}
154+
commitHash: ${{ inputs.sha }}
154155
source_base_path_1: 'com/:src/main/java/com/'
155156
source_base_path_2: 'WEB-INF:src/main/webapp/WEB-INF'
156157
- name: Create flaws as issues for non java language
@@ -161,3 +162,4 @@ jobs:
161162
repo_owner: ${{ inputs.owner }}
162163
repo_name: ${{ inputs.repo }}
163164
github-token: ${{ inputs.token }}
165+
commitHash: ${{ inputs.sha }}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
repo_owner: ${{ inputs.owner }}
164164
repo_name: ${{ inputs.repo }}
165165
github-token: ${{ inputs.token }}
166+
commitHash: ${{ inputs.sha }}
166167
source_base_path_1: 'com/:src/main/java/com/'
167168
source_base_path_2: 'WEB-INF:src/main/webapp/WEB-INF'
168169
- name: Create flaws as issues for non java language
@@ -173,3 +174,4 @@ jobs:
173174
repo_owner: ${{ inputs.owner }}
174175
repo_name: ${{ inputs.repo }}
175176
github-token: ${{ inputs.token }}
177+
commitHash: ${{ inputs.sha }}

0 commit comments

Comments
 (0)