Skip to content

Commit

Permalink
ci: fix typo in folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 11, 2024
1 parent 84d292b commit 1f04bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/attack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
#
# wapiti
# emits .wapiti/generated_reports/report.html
# emits .wapiti/generated_report/report.html
# for now, base default scan
- name: Wapiti Scan
uses: gipo355/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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/
sudo mv ./.wapiti/generated_report/* ./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 1f04bdc

Please sign in to comment.