Skip to content

Commit ac9557e

Browse files
Merge pull request #69 from veracode/SDEVX-v0.2.16-hotfix
Fix issue related to preview for code scanning and create issues for Policy scan
2 parents 0cec45f + a2ef77e commit ac9557e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ jobs:
125125
if: ${{ inputs.create_code_scanning_alert && always() }}
126126
name: Create code scanning alerts
127127
steps:
128+
- uses: actions/checkout@v4
129+
with:
130+
repository: ${{ inputs.owner }}/${{ inputs.repo }}
131+
ref: ${{ inputs.ref }}
132+
token: ${{ inputs.token }}
133+
128134
- name: Get scan results
129135
uses: actions/download-artifact@v4
130136
with:
@@ -149,6 +155,12 @@ jobs:
149155
runs-on: ubuntu-latest
150156
name: Create issues
151157
steps:
158+
- uses: actions/checkout@v4
159+
with:
160+
repository: ${{ inputs.owner }}/${{ inputs.repo }}
161+
ref: ${{ inputs.ref }}
162+
token: ${{ inputs.token }}
163+
152164
- name: Get flaw file
153165
uses: actions/download-artifact@v4
154166
with:

0 commit comments

Comments
 (0)