From 4aac159021998afb2f601c1411707cf1e3696dcf Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 3 Apr 2023 23:04:15 +0200 Subject: [PATCH] dont ignore example --- .gitignore | 5 +++-- scans/example.yaml | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 scans/example.yaml diff --git a/.gitignore b/.gitignore index 091ee0d..9c1bc71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -scans/ -!example.yaml +scans/*.yaml +!scans/example.yaml +scans/*.xml diff --git a/scans/example.yaml b/scans/example.yaml new file mode 100644 index 0000000..2e3d75a --- /dev/null +++ b/scans/example.yaml @@ -0,0 +1,5 @@ +group1: + host1.local: [ssh, http] + host2.local: [ftp, https, 5432] +group2: + host3: [ssh, ftp, 8006]