diff --git a/docs/docs/coverage/os/alma.md b/docs/docs/coverage/os/alma.md index 4c0f7dd39e..00f9e7604c 100644 --- a/docs/docs/coverage/os/alma.md +++ b/docs/docs/coverage/os/alma.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Trivy detects packages that have been installed through package managers such as `dnf` and `yum`. diff --git a/docs/docs/coverage/os/alpine.md b/docs/docs/coverage/os/alpine.md index baa2de10c3..936fc1d37b 100644 --- a/docs/docs/coverage/os/alpine.md +++ b/docs/docs/coverage/os/alpine.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Trivy detects packages that have been installed through `apk`. diff --git a/docs/docs/coverage/os/amazon.md b/docs/docs/coverage/os/amazon.md index 4cbc8ad370..27ca8af57f 100644 --- a/docs/docs/coverage/os/amazon.md +++ b/docs/docs/coverage/os/amazon.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Trivy detects packages that have been installed through package managers such as `dnf` and `yum`. diff --git a/docs/docs/coverage/os/azure.md b/docs/docs/coverage/os/azure.md index 9b4151a0be..18025925a9 100644 --- a/docs/docs/coverage/os/azure.md +++ b/docs/docs/coverage/os/azure.md @@ -28,6 +28,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Detect unfixed vulnerabilities | ✓ | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | - | ## SBOM Trivy detects packages that have been installed through package managers such as `tdnf`, `dnf` and `yum`. diff --git a/docs/docs/coverage/os/bottlerocket.md b/docs/docs/coverage/os/bottlerocket.md index 8c3e39bb44..f70f6c33a3 100644 --- a/docs/docs/coverage/os/bottlerocket.md +++ b/docs/docs/coverage/os/bottlerocket.md @@ -9,6 +9,12 @@ Trivy supports the following scanners for OS packages. Please see [here](index.md#supported-os) for supported versions. +The table below outlines the features offered by Trivy. + +| Feature | Supported | +|:------------------------------------:|:---------:| +| End of life awareness | - | + ## SBOM Trivy detects packages that are listed in the [software inventory]. diff --git a/docs/docs/coverage/os/centos.md b/docs/docs/coverage/os/centos.md index be881ae26f..1e6bb6b833 100644 --- a/docs/docs/coverage/os/centos.md +++ b/docs/docs/coverage/os/centos.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. | :-----------------------------------: | :-------: | | Unfixed vulnerabilities | ✓ | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Same as [RHEL](rhel.md#sbom). diff --git a/docs/docs/coverage/os/chainguard.md b/docs/docs/coverage/os/chainguard.md index 41a6610aea..e76e5ef3a6 100644 --- a/docs/docs/coverage/os/chainguard.md +++ b/docs/docs/coverage/os/chainguard.md @@ -13,6 +13,7 @@ The table below outlines the features offered by Trivy. | :-----------------------------------: | :-------: | | Detect unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | - | ## SBOM Same as [Alpine Linux](alpine.md#sbom). diff --git a/docs/docs/coverage/os/debian.md b/docs/docs/coverage/os/debian.md index a5e28e01e6..4dc553e383 100644 --- a/docs/docs/coverage/os/debian.md +++ b/docs/docs/coverage/os/debian.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. | :-----------------------------------: | :-------: | | Unfixed vulnerabilities | ✓ | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Trivy detects packages that have been installed through package managers such as `apt` and `dpkg`. diff --git a/docs/docs/coverage/os/echo.md b/docs/docs/coverage/os/echo.md index e46c480a99..2e79a85d7b 100644 --- a/docs/docs/coverage/os/echo.md +++ b/docs/docs/coverage/os/echo.md @@ -13,6 +13,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Unfixed vulnerabilities | ✓ | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | - | ## SBOM Same as [Debian](debian.md#sbom). diff --git a/docs/docs/coverage/os/google-distroless.md b/docs/docs/coverage/os/google-distroless.md index ef5b3df917..914fc44df1 100644 --- a/docs/docs/coverage/os/google-distroless.md +++ b/docs/docs/coverage/os/google-distroless.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. | :----------------------------------: | :-------: | | Unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | - | ## SBOM Trivy detects packages pre-installed in distroless images. diff --git a/docs/docs/coverage/os/minimos.md b/docs/docs/coverage/os/minimos.md index b3b49501fb..e9301aa6cc 100644 --- a/docs/docs/coverage/os/minimos.md +++ b/docs/docs/coverage/os/minimos.md @@ -13,6 +13,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Detect unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | - | ## SBOM Same as [Alpine Linux](alpine.md#sbom). diff --git a/docs/docs/coverage/os/oracle.md b/docs/docs/coverage/os/oracle.md index 46ab22bc52..a620e5ee19 100644 --- a/docs/docs/coverage/os/oracle.md +++ b/docs/docs/coverage/os/oracle.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. | :-----------------------------------: | :-------: | | Unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Trivy detects packages that have been installed through package managers such as `dnf` and `yum`. diff --git a/docs/docs/coverage/os/photon.md b/docs/docs/coverage/os/photon.md index 532dbc1692..9761ac00df 100644 --- a/docs/docs/coverage/os/photon.md +++ b/docs/docs/coverage/os/photon.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Trivy detects packages that have been installed through package managers such as `tdnf` and `yum`. diff --git a/docs/docs/coverage/os/rhel.md b/docs/docs/coverage/os/rhel.md index 5694c99b59..578acec9ed 100644 --- a/docs/docs/coverage/os/rhel.md +++ b/docs/docs/coverage/os/rhel.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. | :----------------------------------: | :-------: | | Unfixed vulnerabilities | ✓ | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Trivy detects packages that have been installed through package managers such as `dnf` and `yum`. diff --git a/docs/docs/coverage/os/rocky.md b/docs/docs/coverage/os/rocky.md index 7e6dba7bb1..2c2c0d1080 100644 --- a/docs/docs/coverage/os/rocky.md +++ b/docs/docs/coverage/os/rocky.md @@ -15,6 +15,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Trivy detects packages that have been installed through package managers such as `dnf` and `yum`. diff --git a/docs/docs/coverage/os/suse.md b/docs/docs/coverage/os/suse.md index b28fed1342..ac4cb2cbb2 100644 --- a/docs/docs/coverage/os/suse.md +++ b/docs/docs/coverage/os/suse.md @@ -22,6 +22,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Trivy detects packages that have been installed through package managers such as `dnf` and `yum`. diff --git a/docs/docs/coverage/os/ubuntu.md b/docs/docs/coverage/os/ubuntu.md index c922c988c6..0e53085374 100644 --- a/docs/docs/coverage/os/ubuntu.md +++ b/docs/docs/coverage/os/ubuntu.md @@ -15,6 +15,7 @@ The following table provides an outline of the features Trivy offers. |:------------------------------------:|:---------:| | Detect unfixed vulnerabilities | ✓ | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | ✓ | ## SBOM Same as [Debian](debian.md#sbom). diff --git a/docs/docs/coverage/os/wolfi.md b/docs/docs/coverage/os/wolfi.md index 9099e89add..f2d80449ee 100644 --- a/docs/docs/coverage/os/wolfi.md +++ b/docs/docs/coverage/os/wolfi.md @@ -13,6 +13,7 @@ The table below outlines the features offered by Trivy. |:------------------------------------:|:---------:| | Detect unfixed vulnerabilities | - | | [Dependency graph][dependency-graph] | ✓ | +| End of life awareness | - | ## SBOM Same as [Alpine Linux](alpine.md#sbom).