diff --git a/entrypoint.sh b/entrypoint.sh index 85d09c1..7e0e001 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,8 +20,8 @@ fi if [ -n "$scanId" ]; then /app/bin/cx results show --scan-id "${scanId}" --report-format markdown - cat ./cx_result.md >$GITHUB_STEP_SUMMARY - rm ./cx_result.md + cat ./cx_result.yaml >$GITHUB_STEP_SUMMARY + rm ./cx_result.yaml echo "cxScanID=$scanId" >> $GITHUB_OUTPUT fi @@ -31,4 +31,4 @@ then else echo "Scan failed" exit $exitCode -fi \ No newline at end of file +fi