Skip to content

Commit

Permalink
Merge pull request #265 from digital-land/security_scan_fix
Browse files Browse the repository at this point in the history
Security scan fix
  • Loading branch information
ssadhu-sl authored May 31, 2024
2 parents 8858812 + 33d8d9b commit b2e569f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
APPLICATION: digital-land-platform
DOCKER_REPO: public.ecr.aws/l6z6v3j6
ZAP_VERSION: 2.11.1
ZAP_VERSION: 2.15.0

jobs:
dynamic-audit:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
retries: 5

zap:
image: owasp/zap2docker-stable:${ZAP_VERSION-2.11.1}
image: ghcr.io/zaproxy/zaproxy:${ZAP_VERSION-2.15.0}
command: bash -c "zap.sh -cmd -addonupdate; zap.sh -cmd -autorun /zap/wrk/zap.yaml"
volumes:
- .:/zap/wrk
Expand Down

0 comments on commit b2e569f

Please sign in to comment.