Skip to content

Commit

Permalink
Merge pull request #2940 from raft-tech/zap-image-fix
Browse files Browse the repository at this point in the history
Zap Image Hotfix
  • Loading branch information
elipe17 authored Apr 12, 2024
2 parents 054a475 + c76bc28 commit fac5838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tdrs-backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.4"

services:
zaproxy:
image: owasp/zap2docker-stable:2.13.0
image: softwaresecurityproject/zap-stable:2.13.0
command: sleep 3600
depends_on:
- web
Expand Down
4 changes: 2 additions & 2 deletions tdrs-frontend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"
services:
zaproxy:
image: owasp/zap2docker-stable:2.13.0
image: softwaresecurityproject/zap-stable:2.13.0
container_name: zap-scan
command: sleep 3600
ports:
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
envsubst '
$${KIBANA} $${BACK_END} $${NGINX_FRONTEND} $${LOCAL_DEV}
'< /etc/nginx/default.conf.template
> /etc/nginx/nginx.conf &&
> /etc/nginx/nginx.conf &&
nginx -g 'daemon off;'"
networks:
Expand Down

0 comments on commit fac5838

Please sign in to comment.