Skip to content

Commit

Permalink
chore: missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Nov 8, 2024
1 parent f1e5100 commit 8c358f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cybersecurity/offensive/web-exploitation/zap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ functions:
examples:
- $(ip -f inet -o addr show docker0 | awk '{print $4}' | cut -d '/' -f 1)
container:
image: zaproxy/zap-stable
image: zaproxy/zap-stable:latest
args:
- --net=host
volumes:
Expand All @@ -184,7 +184,7 @@ functions:
- sagikazarmark/dvwa

container:
image: zaproxy/zap-stable
image: zaproxy/zap-stable:latest
args:
- --net=zapnet

Expand Down

0 comments on commit 8c358f8

Please sign in to comment.