Skip to content

Commit 1f7b33f

Browse files
docs(readme): add mention to trivy
1 parent 9d6f7c5 commit 1f7b33f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
This repository contains the following dev container features:
44

55
- [sbom](./src/sbom/README.md): this installs Microsoft's [sbom-tool](https://github.com/microsoft/sbom-tool) used to aid in generating SPDX 2.2 SBOMs (Software Bill of Material)
6+
- [trivy](./src/trivy/README.md): this installs [Trivy](https://github.com/aquasecurity/trivy) to scan for vulnerabilities in container images, file systems, and Git repositories
67

78
## Example Usage
89

910
```json
1011
"features": {
11-
"ghcr.io/JasonTheDeveloper/features/sbom:1": {}
12+
"ghcr.io/JasonTheDeveloper/features/sbom:1": {},
13+
"ghcr.io/JasonTheDeveloper/features/trivy:1": {}
1214
}
1315
```

0 commit comments

Comments
 (0)