From cd36746ae48ca7313a74b04785067d3d4c0b883d Mon Sep 17 00:00:00 2001 From: greensd4 <33864348+greensd4@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:44:10 +0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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