-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bfde2ed
commit 257254f
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
import Azure_PCI_DSS_321_Monitoring_1 from './pci-dss-3.2.1-monitoring-check-1' | ||
import Azure_PCI_DSS_321_Monitoring_2 from './pci-dss-3.2.1-monitoring-check-2' | ||
import Azure_PCI_DSS_321_Monitoring_3 from './pci-dss-3.2.1-monitoring-check-3' | ||
import Azure_PCI_DSS_321_Network_Access_1 from './pci-dss-3.2.1-network-access-check-1' | ||
import Azure_PCI_DSS_321_Network_Access_2 from './pci-dss-3.2.1-network-access-check-2' | ||
import Azure_PCI_DSS_321_Network_Access_3 from './pci-dss-3.2.1-network-access-check-3' | ||
import Azure_PCI_DSS_321_Network_Access_4 from './pci-dss-3.2.1-network-access-check-4' | ||
import Azure_PCI_DSS_321_Networking_1 from './pci-dss-3.2.1-networking-check-1' | ||
import Azure_PCI_DSS_321_Networking_2 from './pci-dss-3.2.1-networking-check-2' | ||
import Azure_PCI_DSS_321_Policy_Version_1 from './pci-dss-3.2.1-policy-version-check-1' | ||
|
||
export default [ | ||
Azure_PCI_DSS_321_Monitoring_1, | ||
Azure_PCI_DSS_321_Monitoring_2, | ||
Azure_PCI_DSS_321_Monitoring_3, | ||
Azure_PCI_DSS_321_Network_Access_1, | ||
Azure_PCI_DSS_321_Network_Access_2, | ||
Azure_PCI_DSS_321_Network_Access_3, | ||
Azure_PCI_DSS_321_Network_Access_4, | ||
Azure_PCI_DSS_321_Networking_1, | ||
Azure_PCI_DSS_321_Networking_2, | ||
Azure_PCI_DSS_321_Policy_Version_1, | ||
] |