Skip to content

Commit 9a1b39c

Browse files
Update contrast-orchestrator.yml
1 parent b003c10 commit 9a1b39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/contrast-orchestrator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ jobs:
189189
echo "GITHUB_WORKSPACE env var: $GITHUB_WORKSPACE"
190190
191191
- name: Run Contrast Module Identifier
192-
uses: docker://contrast/module-identifier
192+
uses: docker://contrast/module-identifier:v1
193193
with:
194-
args: "$GITHUB_WORKSPACE" --single --debug
194+
args: /github/workspace --single --debug
195195
env:
196196
CONTRAST_HOST_NAME: ${{ inputs.contrast_host }}
197197
CONTRAST_ORG_ID: ${{ inputs.contrast_org_id }}

0 commit comments

Comments
 (0)