DevContainer features to make your dev container experience easier.
This repository contains a collection of Features.
Name | URL | Description |
---|---|---|
grype | https://github.com/anchore/grype | A vulnerability scanner for container images and filesystems. Works with Syft, the powerful SBOM (software bill of materials) tool for container images and filesystems. |
syft | https://github.com/anchore/syft | A CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. Exceptional for vulnerability detection when used with a scanner like Grype. |
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/dasiths/devcontainer-features/grype:1": {
"version": "latest"
}
}
$ grype version
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/dasiths/devcontainer-features/syft:1": {
"version": "latest"
}
}
$ syft version
Please create an issue or a pull request.