Skip to content

Commit 8a8039d

Browse files
committed
action stabilisation
1 parent 1e76d27 commit 8a8039d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/docker/scan-docker-repo/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ runs:
189189
190190
"${ACTION_PATH}/create-plan.sh" "${REGISTRY}" "${REPOSITORY}" "${PLAN_DIR}" "${CONCURRENCY}"
191191
matrix="$(
192-
find ./plan -type f |
192+
find "${PLAN_DIR}" -type f |
193193
jq --raw-input '{"plan-file": .}' |
194194
jq --compact-output --slurp
195195
)"

0 commit comments

Comments
 (0)