lynis: add page (#3034)
This commit is contained in:

committed by
Andrik Albuquerque

parent
30b9eabe3d
commit
bb1a320cfb
16
pages/linux/lynis.md
Normal file
16
pages/linux/lynis.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# lynis
|
||||
|
||||
> System and security auditing tool.
|
||||
> Documentation: <https://cisofy.com/documentation/lynis/>.
|
||||
|
||||
- Check that Lynis is up-to-date:
|
||||
|
||||
`sudo lynis update info`
|
||||
|
||||
- Run a security audit of the system:
|
||||
|
||||
`sudo lynis audit system`
|
||||
|
||||
- Run a security audit of a Dockerfile:
|
||||
|
||||
`sudo lynis audit dockerfile {{path/to/dockerfile}}`
|
Reference in New Issue
Block a user