IT for operating businesses
Using the lynis Command
System and security auditing tool. More information: <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*
This content is compiled from the open-source tldr-pages project under the MIT license.