2023-12-04 17:48:46 +01:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
2023-12-04 17:51:33 +01:00
|
|
|
name: debug
|
2023-12-04 17:48:46 +01:00
|
|
|
steps:
|
|
|
|
gitleaks:
|
2023-12-04 17:51:49 +01:00
|
|
|
image: registry.mgrote.net/allzweckcontainer:master
|
2023-12-04 17:48:46 +01:00
|
|
|
commands:
|
|
|
|
- apt update
|
2023-12-04 17:52:37 +01:00
|
|
|
- apt install -y dnsutils
|
2023-12-04 17:48:46 +01:00
|
|
|
- nslookup dl-cdn.alpinelinux.org
|
2023-12-04 17:52:37 +01:00
|
|
|
- nslookup wiki.mgrote.net
|
|
|
|
- nslookup google.de
|