Skip to content

Commit

Permalink
Update lynis default version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infothrill committed Jun 22, 2020
1 parent 6afec1f commit ab3f443
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
27 changes: 14 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
- repo: git@github.com:pre-commit/pre-commit-hooks
sha: v1.2.3
hooks:
- id: check-case-conflict
- id: check-byte-order-marker
- id: check-symlinks
- id: forbid-new-submodules
- id: trailing-whitespace
- id: fix-encoding-pragma
- repo: https://github.com/adrienverge/yamllint.git
sha: v1.11.1
hooks:
- id: yamllint
repos:
- repo: git@github.com:pre-commit/pre-commit-hooks
rev: v3.1.0
hooks:
- id: check-case-conflict
- id: check-byte-order-marker
- id: check-symlinks
- id: forbid-new-submodules
- id: trailing-whitespace
- id: fix-encoding-pragma
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.23.0
hooks:
- id: yamllint
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ an open source security auditing tool.
requirements.yml:

- src: infothrill.lynis
version: v3.0.1
version: v3.0.2

Install:

Expand All @@ -30,11 +30,11 @@ Playbook:
## Role Variables

```yml
lynis_version: 2.7.5
lynis_version_sha256sum: 3d27ade73a5c1248925ad9c060024940ce5d2029f40aaa901f43314888fe324d
lynis_version: 3.0.0
lynis_version_sha256sum: 3cc165f9007ba41de6d0b693a1167dbaf0179085f9506dcba64b4b8e37e1bda2
```
The version and corresponding `sha256sum` of Lynis to install. Latest version
and hash can be found on the [Lynis download page](https://cisofy.com/download/lynis/).
and hash can be found on the [Lynis download page](https://cisofy.com/downloads/lynis/).

```yml
lynis_directory: /opt/lynis
Expand Down Expand Up @@ -95,6 +95,10 @@ in 2018 by Paul Kremer.

## Changes

### v3.0.2

* updated lynis default version to 3.0.0

### v3.0.1

* add support for ubuntu 20.04 (focal)
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# defaults file for lynis

lynis_version: 2.7.5
lynis_version_sha256sum: 3d27ade73a5c1248925ad9c060024940ce5d2029f40aaa901f43314888fe324d
lynis_version: 3.0.0
lynis_version_sha256sum: 3cc165f9007ba41de6d0b693a1167dbaf0179085f9506dcba64b4b8e37e1bda2

lynis_directory: /opt/lynis

Expand Down

0 comments on commit ab3f443

Please sign in to comment.