Go to file
Aravinth Manivannan a24e814a1a
feat: try serverspec
DESCRIPTION
    Used local runner to perform the following tasks on my Arch Linux
    dev machine

    1. Check if apache is installed on arch
    2. Check if httpd service is enabled and running
    3. Check if port 80 is listening

COMMENTS
    Limited capabilities but seems to have support for basic testing
    on mulitple environments: local, SSH and Docker API  using multiple
    configuration management tools like Puppet and Ansible.

REFERENCES

[0]: https://serverspec.org/tutorial.html
[1]: https://serverspec.org/resource_types.html
2022-10-06 16:11:49 +05:30
sandbox/serverspec/getting-started feat: try serverspec 2022-10-06 16:11:49 +05:30
README.md feat: list linux, k8s and general hardening guides 2022-10-06 15:58:47 +05:30

README.md

DevSecOps

  1. (DevSec Hardening Framework](https://dev-sec.io/): Automatic Server hardening
  2. Chef Inspec: Infrastructure-as-Code to auto-configure VMs and apps running in it to meet compliance.

Linux

Security

  1. Hardening Guide

K8s

  1. NSA K8s Hardening Guide)))