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]