removing remote user

This commit is contained in:
hnaumann
2024-09-11 14:23:17 +02:00
parent fe497c0abb
commit d8fc001156
13 changed files with 907 additions and 1 deletions

View 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"
]
}