Skip to content

Commit

Permalink
ci: fix wapiti output
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 11, 2024
1 parent b02c649 commit 9ffad74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
# requires sudo as docker container creating those files runs as root
run: |
ls -d .wapiti/generated_report/local* | xargs -I {} sudo mv {} .wapiti/generated_report/out.html
sudo mv ./.wapiti/generated_reports/* ./docs/gh-pages/wapiti/
# NOTE: for now, nmap deactivated as it possibly exposes github vulns
# - name: Copy nmap report to docs/gh-pages/nmap
# # requires sudo as docker container creating those files runs as root
Expand Down

0 comments on commit 9ffad74

Please sign in to comment.