We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e76d27 commit 8a8039dCopy full SHA for 8a8039d
actions/docker/scan-docker-repo/action.yaml
@@ -189,7 +189,7 @@ runs:
189
190
"${ACTION_PATH}/create-plan.sh" "${REGISTRY}" "${REPOSITORY}" "${PLAN_DIR}" "${CONCURRENCY}"
191
matrix="$(
192
- find ./plan -type f |
+ find "${PLAN_DIR}" -type f |
193
jq --raw-input '{"plan-file": .}' |
194
jq --compact-output --slurp
195
)"
0 commit comments