diff --git a/scan.yml b/scan.yml index 1468430..cb55c60 100644 --- a/scan.yml +++ b/scan.yml @@ -122,7 +122,7 @@ - ansible.builtin.lineinfile: path: "{{ playbook_dir }}/scan/https/{{ item.invocation.module_args.host.split('.')[0] }}/{{ item.invocation.module_args.host.split('.')[1] }}/{{ item.invocation.module_args.host.split('.')[2] }}.csv" - line: "IP,CN,ISSUER,REVERSE" + line: "IP,CN,ISSUER COUNTRY,ISSUER ORGA,REVERSE" insertbefore: BOF create: yes loop: "{{ cert.results }}"