Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2018-08-15 14:58:42 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-08-15 14:58:42 +0300
commit0f9698f2603f34d623ffeb37c0ea8e68a683ece0 (patch)
tree9f6c6c6fc9727a621d65a4cc7a06f138a3e1d23e
parent3b537fd8e81350011e75a96e557bf11a487372b3 (diff)
Switch to 2.6.8 development
-rw-r--r--CHANGELOG.md9
-rwxr-xr-xlynis6
2 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c3279df..c8d12f00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Lynis Changelog
+## Lynis 2.6.8 (not released yet)
+
+### Changed
+- Alpine Linux detection for Docker audit
+- Docker check now tests also for CMD, ENTRYPOINT, and USER configuration
+- Improved display in Docker output for showing which keys are used for signing
+
+---------------------------------------------------------------------------------
+
## Lynis 2.6.7 (2018-08-09)
### Changed
diff --git a/lynis b/lynis
index ccb72e77..c837c112 100755
--- a/lynis
+++ b/lynis
@@ -35,10 +35,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2018-08-09"
+ PROGRAM_RELEASE_DATE="2018-08-15"
PROGRAM_RELEASE_TIMESTAMP=1533820410
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.6.7"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.6.8"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"