You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- sh_detector: the filename of the detector bash script file
41
-
- sh_signature: the filename of the detector GPG signature file
42
-
- detector_baseurl: the base URL to download the previous files
43
-
- detector_path: the path to inspect (default `/var/`)
44
-
- detector_dir: the download path of the detector (default `detector_dir`)
45
-
- detector_run_dir: the subdirectory to create before the run (default `opt`)
46
-
- detector_options: the command lines options for detector script (default `-n -d --no-progress --scan {{ detector_path }}`)
47
-
- gpg_keyid: the GPG public key to download for the verification (default Red Hat Product Security `7514F77D8366B0D9`)
48
-
- clean_run_before: remove the run directory and recreate before the execution - detector requires empty directory (default `true`)
49
-
- delete_after: remove the _detector_dir_ the execution (default `true`)
50
-
- verify_gpg: perform the GPG signature donwload and verification (default: `true`)
41
+
- `sh_detector`: the filename of the detector bash script file
42
+
- `sh_signature`: the filename of the detector GPG signature file
43
+
- `detector_baseurl`: the base URL to download the previous files
44
+
- `detector_path`: the path to inspect (default `/var/`)
45
+
- `detector_dir`: the download path of the detector (default `detector_dir` - `/opt/cve-2021-44228/`) Note: volume requires exec permission!
46
+
- `detector_run_dir`: the subdirectory to create before the run (default `tmp`)
47
+
- `detector_options`: the command lines options for detector script (default `-n -d --no-progress --scan {{ detector_path }}`)
48
+
- `gpg_keyid`: the GPG public key to download for the verification (default Red Hat Product Security `7514F77D8366B0D9`)
49
+
- `gpg_server`: the GPG server where to download the GPG public key (default `pgp.mit.edu`)
50
+
- `clean_run_before`: remove the run directory and recreate before the execution - detector requires an empty directory (default `true`)
51
+
- `delete_after`: remove the _detector_dir_ after the execution (default `false`)
52
+
- `verify_gpg`: perform the GPG signature download and verification (default: `false`)
51
53
52
54
53
55
Dependencies
@@ -58,7 +60,7 @@ None.
58
60
Download
59
61
------------
60
62
61
-
Code also available in Ansible Galaxy role [lucab85.ansible_role_log4shell](https://galaxy.ansible.com/lucab85/ansible_role_log4shell)
63
+
First download the latest version of Ansible role [lucab85.ansible_role_log4shell](https://galaxy.ansible.com/lucab85/ansible_role_log4shell) Ansible Galaxy:
0 commit comments