diff --git a/technologies/terraform-detect.yaml b/technologies/terraform-detect.yaml new file mode 100644 index 0000000000..f61365a1fc --- /dev/null +++ b/technologies/terraform-detect.yaml @@ -0,0 +1,19 @@ +id: terraform-detect +info: + name: Detect Terraform + author: geeknik + description: Write Infrastructure as Code - https://www.terraform.io/ + severity: info +requests: + - method: GET + path: + - "{{BaseURL}}/provider.tf" + matchers: + - type: words + part: body + word: + - access_key + - private_key + - type: status + status: + - 200