Skip to content

Commit

Permalink
chore(refactor): fix console and summary output
Browse files Browse the repository at this point in the history
  • Loading branch information
timarenz committed Sep 21, 2023
1 parent d3ba67f commit b292ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ rm ${GITHUB_WORKSPACE}/evaluations/${INPUT_IMAGE_NAME}/${INPUT_IMAGE_TAG}/evalua
--build-id ${GITHUB_RUN_ID} \
--data-directory ${GITHUB_WORKSPACE} \
--policy \
--fail-on-violation-exit-code 1 ${SCANNER_PARAMETERS} 1> tee results.stdout
--fail-on-violation-exit-code 1 ${SCANNER_PARAMETERS} 1> | tee results.stdout

export SCANNER_EXIT_CODE=$?

if [ "${INPUT_RESULTS_IN_GITHUB_SUMMARY}" = "true" ]; then
Expand Down

0 comments on commit b292ce8

Please sign in to comment.