Skip to content

Commit

Permalink
Update zaproxy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-eunsoo authored May 22, 2024
1 parent b72c11e commit 781c216
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zaproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ jobs:
${ZAP_THREAD_PER_HOST:+"-n ${ZAP_THREAD_PER_HOST}"}
cat zap/automation/${{ matrix.target }}.yml
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

#- name: Autorun
# run: docker compose exec -it zap ./zap.sh -cmd -configfile /zap/wrk/options.properties -autorun wrk/automation/${{ matrix.target }}.yml
- name: Autorun
run: docker compose exec -it zap ./zap.sh -cmd -configfile /zap/wrk/options.properties -autorun wrk/automation/${{ matrix.target }}.yml

- name: Copy report
if: ${{ always() }}
Expand Down

0 comments on commit 781c216

Please sign in to comment.