Skip to content

Commit

Permalink
Merge pull request #211 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: zap scan rules
  • Loading branch information
ychung-mot committed Apr 23, 2024
2 parents 20dca15 + 878142f commit e1b23df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,5 @@ jobs:
uses: zaproxy/action-full-scan@c8994d4f913cf872ec9964ac2d998c9bec369060
with:
token: ${{ secrets.GITHUB_TOKEN }}
target: https://dev-strdata.apps.silver.devops.gov.bc.ca/
target: https://dev-strdata.apps.silver.devops.gov.bc.ca/
rules_file_name: '.zap/rules.tsv'
7 changes: 7 additions & 0 deletions .zap/rules.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
40035 IGNORE (Hidden File Found)
40025 IGNORE (Proxy Disclosure)
10096 IGNORE (Timestamp Disclosure - Unix)
10027 IGNORE (Information Disclosure - Suspicious Comments)
10109 IGNORE (Modern Web Application)
10049 IGNORE (Non-Storable Content)
10104 IGNORE ( User Agent Fuzzer)

0 comments on commit e1b23df

Please sign in to comment.