mirror of https://github.com/CISOfy/lynis.git
Rename PCI-DSS to PCI DSS
This commit is contained in:
parent
4b83d7268d
commit
fb1cf9e547
|
@ -37,7 +37,7 @@
|
|||
cis) COMPLIANCE_ENABLE_CIS=1 ; Debug "Compliance scanning for CIS Benchmarks is enabled" ;;
|
||||
hipaa) COMPLIANCE_ENABLE_HIPAA=1 ; Debug "Compliance scanning for HIPAA is enabled" ;;
|
||||
iso27001) COMPLIANCE_ENABLE_ISO27001=1 ; Debug "Compliance scanning for ISO27001 is enabled" ;;
|
||||
pci-dss) COMPLIANCE_ENABLE_PCI_DSS=1 ; Debug "Compliance scanning for PCI-DSS is enabled" ;;
|
||||
pci-dss) COMPLIANCE_ENABLE_PCI_DSS=1 ; Debug "Compliance scanning for PCI DSS is enabled" ;;
|
||||
*) logtext "Result: Unknown compliance standard configured" ;;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue