mirror of https://github.com/CISOfy/lynis.git
Switch to 2.6.8 development
This commit is contained in:
parent
3b537fd8e8
commit
0f9698f260
|
@ -1,5 +1,14 @@
|
||||||
# Lynis Changelog
|
# 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)
|
## Lynis 2.6.7 (2018-08-09)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
6
lynis
6
lynis
|
@ -35,10 +35,10 @@
|
||||||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||||
|
|
||||||
# Version details
|
# Version details
|
||||||
PROGRAM_RELEASE_DATE="2018-08-09"
|
PROGRAM_RELEASE_DATE="2018-08-15"
|
||||||
PROGRAM_RELEASE_TIMESTAMP=1533820410
|
PROGRAM_RELEASE_TIMESTAMP=1533820410
|
||||||
PROGRAM_RELEASE_TYPE="final" # dev or final
|
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
||||||
PROGRAM_VERSION="2.6.7"
|
PROGRAM_VERSION="2.6.8"
|
||||||
|
|
||||||
# Source, documentation and license
|
# Source, documentation and license
|
||||||
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
||||||
|
|
Loading…
Reference in New Issue