forked from itsmechlark/features
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
31 lines (31 loc) · 985 Bytes
/
devcontainer-feature.json
File metadata and controls
31 lines (31 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "Trivy",
"id": "trivy",
"version": "1.1.1",
"description": "Trivy is the most popular open source security scanner, reliable, fast, and easy to use. Use Trivy to find vulnerabilities & IaC misconfigurations, SBOM discovery, Cloud scanning, Kubernetes security risks,and more.",
"documentationURL": "https://github.com/itsmechlark/features/tree/main/src/trivy",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"0.53",
"0.52",
"0.51",
"0.50"
],
"default": "latest",
"description": "Select or enter trivy version"
}
},
"customizations": {
"vscode": {
"extensions": [
"aquasecurityofficial.trivy-vulnerability-scanner"
]
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}