Skip to content

Commit b2e569f

Browse files
authored
Merge pull request #265 from digital-land/security_scan_fix
Security scan fix
2 parents 8858812 + 33d8d9b commit b2e569f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/security-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
APPLICATION: digital-land-platform
1010
DOCKER_REPO: public.ecr.aws/l6z6v3j6
11-
ZAP_VERSION: 2.11.1
11+
ZAP_VERSION: 2.15.0
1212

1313
jobs:
1414
dynamic-audit:

docker-compose.security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
retries: 5
4141

4242
zap:
43-
image: owasp/zap2docker-stable:${ZAP_VERSION-2.11.1}
43+
image: ghcr.io/zaproxy/zaproxy:${ZAP_VERSION-2.15.0}
4444
command: bash -c "zap.sh -cmd -addonupdate; zap.sh -cmd -autorun /zap/wrk/zap.yaml"
4545
volumes:
4646
- .:/zap/wrk

0 commit comments

Comments
 (0)