Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Try a work around for zaproxy/action-baseline#44
Browse files Browse the repository at this point in the history
  • Loading branch information
acodeninja committed Oct 7, 2021
1 parent a8c718e commit ec3e308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ jobs:
with:
target: http://localhost:3000/
fail_action: true
rules_file_name: ".zap-baseline.conf"
rules_file_name: .zap-baseline.conf
4 changes: 4 additions & 0 deletions .zap-baseline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@

# Next.js 11.1's `main.js` file contains the string "Internal Server Error" which falsely trips up rule 90022
90022 OUTOFSCOPE .*\/chunks\/main-.*\.js

# We ignore a non-existent rule here as the github action won't pass this file without it
# See https://github.com/zaproxy/action-baseline/issues/44
-1 IGNORE (Fix for https://github.com/zaproxy/action-baseline/issues/44)

0 comments on commit ec3e308

Please sign in to comment.