diff --git a/.github/workflows/run-ci-cd.yaml b/.github/workflows/run-ci-cd.yaml index 0ad1389f44..e8b43ed6e8 100644 --- a/.github/workflows/run-ci-cd.yaml +++ b/.github/workflows/run-ci-cd.yaml @@ -616,14 +616,14 @@ jobs: target: 'https://nest.owasp.dev' allow_issue_writing: false fail_action: false - cmd_options: '-a -r zap-report.html' + cmd_options: '-a' - name: Upload ZAP report if: always() uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f with: name: zap-baseline-scan-report-${{ github.run_id }} - path: zap-report.html + path: report_html.html build-production-images: @@ -957,11 +957,11 @@ jobs: target: 'https://nest.owasp.org' allow_issue_writing: false fail_action: false - cmd_options: '-a -r zap-report.html' + cmd_options: '-a' - name: Upload ZAP report if: always() uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f with: name: zap-baseline-scan-report-${{ github.run_id }} - path: zap-report.html + path: report_html.html