We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de84cc9 commit 022b877Copy full SHA for 022b877
actions/docker/scan-docker-repo/action.yaml
@@ -185,11 +185,10 @@ runs:
185
REGISTRY: ${{ inputs.registry }}
186
REPOSITORY: ${{ inputs.repository }}
187
CONCURRENCY: ${{ inputs.concurrency }}
188
- TRIVY_DIR: ${{ steps.init.outputs.trivy-dir }}
189
IGNORE_LIST: ${{ inputs.ignore-list }}
190
SKIPPED_FILE: ${{ steps.init.outputs.skipped-file }}
191
run: |
192
- PLAN_DIR="${TRIVY_DIR}/plan"
+ PLAN_DIR="./plan"
193
194
"${ACTION_PATH}/create-plan.sh" "${REGISTRY}" "${REPOSITORY}" "${PLAN_DIR}" "${CONCURRENCY}"
195
matrix="$(
0 commit comments