Skip to content

Commit

Permalink
fix: DAST scan PR #256
Browse files Browse the repository at this point in the history
Fix DAST scan reports openly
  • Loading branch information
borisrizov-zf authored Feb 23, 2024
2 parents 7873e56 + fe858dd commit 1c1f1fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dast-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1c1f1fb

Please sign in to comment.