Skip to content

Commit

Permalink
docs: added example that references the AWS security controls #4
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Sep 23, 2021
1 parent 3a7b802 commit 0c0b080
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/tm3.hcl
@@ -0,0 +1,16 @@
spec_version = "0.0.5"

threatmodel "Modelly model" {
imports = ["aws-security-checklist.hcl"]
author = "@xntrik"

threat {
description = "threaty threat"
control = <<EOT
* ${import.control.aws-iam-awsorgs.description}
* ${import.control.aws-iam-root.description}
EOT
stride = ["Spoofing", "Elevation of privilege"]
}

}

0 comments on commit 0c0b080

Please sign in to comment.