Skip to content

Commit

Permalink
Create _Template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger authored Jun 16, 2024
1 parent 95e4bce commit 4a5160c
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions rules/service-provider/aws/_Template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"aws-service": "<Placeholder>",
"domain": [
{
"rule": "<Placeholder>",
"command": "<Placeholder>y",
"sub-command": "<Placeholder>",
"parameters": {
"<Placeholder>": "<Placeholder>"
},
"explanation": "<Placeholder>",
"controls": [
{
"nist800-53v5": "<Placeholder>",
"pci-dss-4.0.0": "<Placeholder>",
"iso-27001-2022": "<Placeholder>",
"soc-2": "<Placeholder>",
"hipaa-security": "<Placeholder>"
}
]
},
{
"rule": "<Placeholder>",
"command": "<Placeholder>y",
"sub-command": "<Placeholder>",
"parameters": {
"<Placeholder>": "<Placeholder>"
},
"explanation": "<Placeholder>",
"controls": [
{
"nist800-53v5": "<Placeholder>",
"pci-dss-4.0.0": "<Placeholder>",
"iso-27001-2022": "<Placeholder>",
"soc-2": "<Placeholder>",
"hipaa-security": "<Placeholder>"
}
]
},
{
"rule": "<Placeholder>",
"command": "<Placeholder>y",
"sub-command": "<Placeholder>",
"parameters": {
"<Placeholder>": "<Placeholder>"
},
"explanation": "<Placeholder>",
"controls": [
{
"nist800-53v5": "<Placeholder>",
"pci-dss-4.0.0": "<Placeholder>",
"iso-27001-2022": "<Placeholder>",
"soc-2": "<Placeholder>",
"hipaa-security": "<Placeholder>"
}
]
}
]
}

0 comments on commit 4a5160c

Please sign in to comment.