removing remote user
This commit is contained in:
21
.devcontainer/.devpod-internal/1/devcontainer-feature.json
Normal file
21
.devcontainer/.devpod-internal/1/devcontainer-feature.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user