mirror of
https://github.com/telekom-security/tpotce.git
synced 2026-05-29 17:24:15 +00:00
have tests with identical tags
This commit is contained in:
parent
e1d6d376dc
commit
a8ea154ed5
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
|
|||
source "${SCRIPT_DIR}/../lib/common.sh"
|
||||
|
||||
TEST_NAME="cowrie"
|
||||
DEFAULT_IMAGE="ghcr.io/telekom-security/cowrie:24.04.1"
|
||||
DEFAULT_IMAGE="dtagdevsec/cowrie:24.04.1"
|
||||
IMAGE=""
|
||||
SSH_PORT=""
|
||||
TELNET_PORT=""
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ services:
|
|||
ports:
|
||||
- "22:22"
|
||||
- "23:23"
|
||||
image: "ghcr.io/telekom-security/cowrie:24.04.1"
|
||||
image: "dtagdevsec/cowrie:24.04.1"
|
||||
read_only: true
|
||||
volumes:
|
||||
- $HOME/tpotce/data/cowrie/downloads:/home/cowrie/cowrie/dl
|
||||
|
|
|
|||
Loading…
Reference in a new issue