Skip to content
#

compliance

Here are 373 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 20, 2021
  • Shell
tsandall
tsandall commented Nov 16, 2021

The inspect subcommand should pretty print by default. Programs that need to consume the output of inspect should specify --format=json to avoid relying on implicit default behaviour.

To reproduce this problem just build a simple bundle:

x.rego:

package foo.bar

p := 7

Run opa build to produce a bundle:

opa build x.rego

Then inspect the bundle:

``

prowler

Prowler is a security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 200 controls covering CIS, ISO27001, GDPR, HIPAA, SOC2, ENS and other security frameworks.

  • Updated Nov 29, 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

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