Files
devpod-terraform/.devcontainer/.devpod-internal/1/devcontainer-feature.json
2024-09-11 14:23:17 +02:00

22 lines
580 B
JSON

{
"name": "tfsec",
"id": "tfsec",
"version": "1.0.0",
"description": "Install [tfsec](https://aquasecurity.github.io/tfsec/)",
"documentationURL": "https://github.com/dhoeric/features/tree/main/src/tfsec",
"options": {
"version": {
"type": "string",
"proposal": [
"latest",
"1.28.1"
],
"default": "latest",
"description": "Select or enter tfsec version"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}