Skip to content
#

compliance

Here are 369 public repositories matching this topic...

Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.

  • Updated Nov 9, 2021
  • Shell
prowler

Prowler is a security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains all CIS controls and many more additional checks that help on GDPR, HIPAA and other security frameworks.

  • Updated Nov 12, 2021
  • Shell
cfn_nag
sfarazkazmi
sfarazkazmi commented Jun 16, 2021

Describe the bug
When using parse-tree command, error information in printed twice with slightly different text.

To Reproduce
Please supply:

var status = ['ACTIVE']

NOTE: Please be sure that the templates, rules and logs you provide as part of your bug report do not contain any sensitive information.

Expected behavior
There should be one error log instead of dupli

ort
martencassel
martencassel commented Oct 4, 2021

It might be helpful to inform people in the guide some hints on setting up private repos such as github using the docker container.

git config --global url."https://$GITHUB_USERNAME:$GITHUB_PASSWORD@github.com".insteadOf /"https://github.com"
ls -l ~/.gitconfig
docker run -e -v $(pwd):/project \
	   -v ~/.gitconfig:/root/.gitconfig \
            ort:latest --info an

Improve this page

Add a description, image, and links to the compliance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compliance topic, visit your repo's landing page and select "manage topics."

Learn more