Thomas Sjögren
Thomas Sjögren
Hi, according to the README we can set different variables, e.g. `Someone just pushed, oh no! Here's who did it: {{ payload.sender.login }}.`, and the list of available template variables...
This PR: - adds a check for the ESET Endpoint Antivirus `oaeventd` process - closes #1285 Signed-off-by: Thomas Sjögren
This PR: - uses `${SYSTEMCTLBINARY} get-default`, as suggested by @marderbot, instead of following a link - removes end of line spaces - closes #1286 Signed-off-by: Thomas Sjögren
This PR: - adds `plocate` to `LOCATE_DBS` - sorts the `LOCATE_DBS` paths - closes #1288 Signed-off-by: Thomas Sjögren
This PR: - Removes the Compression test for `sshd` versions > 7.4 - Closes #1291 Signed-off-by: Thomas Sjögren
https://github.com/ansible/ansible/blob/devel/lib/ansible/errors/__init__.py#L165-L166 ```sh $ ansible --version | grep -E 'version|core' ansible [core 2.11.4] python version = 3.8.10 (default, Jun 2 2021, 10:49:15) [GCC 9.4.0] jinja version = 3.0.1 $ ansible-lint --version...
v1.3.5 was just released; https://github.com/docker/docker-bench-security/releases/tag/v1.3.5. The image needs to be signed by Docker, have a :latest and a version tag added to the image and published.
This PR: - uses the`${FINDBINARY}` to locate redis.conf if the /snap directory exists - closes issue #1327 - remove some end-of-line whitespaces
This PR: - adds support for perf_event_paranoid=4 - closes https://github.com/CISOfy/lynis/issues/1376
##### SUMMARY This PR: - add `countme` support to the `yum_repository` module (https://dnf.readthedocs.io/en/latest/conf_ref.html#options-for-both-main-and-repo) ##### ISSUE TYPE - Feature Pull Request