Skip to content

Commit

Permalink
Fix OWASP "Secondary Rate Limit" error in CI runs
Browse files Browse the repository at this point in the history
Upgrade OWASP Scan from v0.10.0 -> v0.11.0 which includes a
rate-limit/throttling fix that should get rid of the failures for
hitting the "secondary rate limit".

See: zaproxy/action-full-scan#93
  • Loading branch information
tdooner committed Oct 2, 2024
1 parent f843f94 commit a8c4c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/owasp-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
database_url: ${{ steps.setup.outputs.database_url }}

- name: Run OWASP Full Scan
uses: zaproxy/action-full-scan@v0.10.0
uses: zaproxy/action-full-scan@v0.11.0
with:
target: 'http://localhost:3000/'
fail_action: true
Expand Down

0 comments on commit a8c4c7b

Please sign in to comment.