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,26 @@
# tfsec (tfsec)
Install [tfsec](https://aquasecurity.github.io/tfsec/)
## Example Usage
```json
"features": {
"ghcr.io/dhoeric/features/tfsec:1": {
"version": "latest"
}
}
```
## Options
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter tfsec version | string | latest |
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/dhoeric/features/blob/main/src/tfsec/devcontainer-feature.json). Add additional notes to a `NOTES.md`._