Skip to content

Commit

Permalink
Correcting parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
timarenz committed Aug 20, 2021
1 parent e08836b commit f804129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ ${INPUT_SCAN_LIBRARY_PACKAGES} == "true" ]; then
fi

if [ ${INPUT_SAVE_RESULTS_IN_LACEWORK} == "true" ]; then
export SCANNER_PARAMETERS+="${SCANNER_PARAMETERS} --save"
export SCANNER_PARAMETERS+=" --save"
fi

/usr/local/bin/lw-scanner image evaluate ${INPUT_IMAGE_NAME} ${INPUT_IMAGE_TAG} --build-plan ${GITHUB_REPOSITORY} --build-id ${GITHUB_RUN_ID} --data-directory ${GITHUB_WORKSPACE} ${SCANNER_PARAMETERS}
Expand Down

0 comments on commit f804129

Please sign in to comment.