#shell #bash
#AWS Security best practices assessment, auditing, hardening and forensics readiness tool. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark and dozens of additional checks including GDPR and HIPAA: https://github.com/toniblyx/prowler
#AWS Security best practices assessment, auditing, hardening and forensics readiness tool. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark and dozens of additional checks including GDPR and HIPAA: https://github.com/toniblyx/prowler
GitHub
GitHub - prowler-cloud/prowler: Prowler is the Open Cloud Security platform for AWS, Azure, GCP, Kubernetes, M365 and more. It…
Prowler is the Open Cloud Security platform for AWS, Azure, GCP, Kubernetes, M365 and more. It helps for continuous monitoring, security assessments & audits, incident response, compliance,...
Dead simple testing framework for #bash with coverage.
Code sample:
https://github.com/Checksum/critic.sh
Code sample:
test-foobar.sh
# Include your source files
source foobar.sh
# Include the framework
source critic.sh
# Write tests
_describe foo
_test "output should equal foo"
_assert _output_equals "foo"
_test "return code should be 0"
_assert _return_true "Optional assertion message"
https://github.com/Checksum/critic.sh