We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b003c10 commit 9a1b39cCopy full SHA for 9a1b39c
.github/workflows/contrast-orchestrator.yml
@@ -189,9 +189,9 @@ jobs:
189
echo "GITHUB_WORKSPACE env var: $GITHUB_WORKSPACE"
190
191
- name: Run Contrast Module Identifier
192
- uses: docker://contrast/module-identifier
+ uses: docker://contrast/module-identifier:v1
193
with:
194
- args: "$GITHUB_WORKSPACE" --single --debug
+ args: /github/workspace --single --debug
195
env:
196
CONTRAST_HOST_NAME: ${{ inputs.contrast_host }}
197
CONTRAST_ORG_ID: ${{ inputs.contrast_org_id }}
0 commit comments