diff --git a/.github/workflows/dast-scan.yaml b/.github/workflows/dast-scan.yaml index d94c66d8b..9dc52022b 100644 --- a/.github/workflows/dast-scan.yaml +++ b/.github/workflows/dast-scan.yaml @@ -120,15 +120,10 @@ jobs: echo "... done." - - name: Add Summary - if: success() || failure() - run: | - echo "Publishing Job summary... " - cat report_md.md >> $GITHUB_STEP_SUMMARY - - name: Upload HTML report if: success() || failure() uses: actions/upload-artifact@v3 with: name: ZAP scan report path: ./report_html.html + retention-days: 1