Skip to content

Commit 022b877

Browse files
committed
action stabilisation
1 parent de84cc9 commit 022b877

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,10 @@ runs:
185185
REGISTRY: ${{ inputs.registry }}
186186
REPOSITORY: ${{ inputs.repository }}
187187
CONCURRENCY: ${{ inputs.concurrency }}
188-
TRIVY_DIR: ${{ steps.init.outputs.trivy-dir }}
189188
IGNORE_LIST: ${{ inputs.ignore-list }}
190189
SKIPPED_FILE: ${{ steps.init.outputs.skipped-file }}
191190
run: |
192-
PLAN_DIR="${TRIVY_DIR}/plan"
191+
PLAN_DIR="./plan"
193192
194193
"${ACTION_PATH}/create-plan.sh" "${REGISTRY}" "${REPOSITORY}" "${PLAN_DIR}" "${CONCURRENCY}"
195194
matrix="$(

0 commit comments

Comments
 (0)