22 lines
580 B
JSON
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"
|
|
]
|
|
}
|