Skip to content

Commit

Permalink
Zap: Take public resources out-of-scope for rule
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ac-martin committed Jan 21, 2025
1 parent 3fc85a3 commit 656521d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zap/rules.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# We don't control the headers on Netlify's CDN
10021 OUTOFSCOPE .*/public/.*
10063 OUTOFSCOPE .*/public/.*
90004 OUTOFSCOPE .*/public/.*
# These are not timestamps
10096 OUTOFSCOPE .*/public/.*\.css
# These are not SQL statements
Expand Down

1 comment on commit 656521d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.