diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md index 51731339758d..73815a8aec53 100644 --- a/docs/getting-started/overview.md +++ b/docs/getting-started/overview.md @@ -22,7 +22,7 @@ See [Integrations][integrations] for details. ## Features - Comprehensive vulnerability detection - - [OS packages][os] (Alpine, Red Hat Universal Base Image, Red Hat Enterprise Linux, CentOS, Oracle Linux, Debian, Ubuntu, Amazon Linux, openSUSE Leap, SUSE Enterprise Linux, Photon OS and Distroless) + - [OS packages][os] (Alpine, Red Hat Universal Base Image, Red Hat Enterprise Linux, CentOS, Oracle Linux, Debian, Ubuntu, Amazon Linux, openSUSE Leap, SUSE Enterprise Linux, Photon OS, Arch Linux and Distroless) - [**Language-specific packages**][lang] (Bundler, Composer, Pipenv, Poetry, npm, yarn, Cargo, NuGet, Maven, and Go) - Detect IaC misconfigurations - A wide variety of [built-in policies][builtin] are provided **out of the box**: diff --git a/docs/vulnerability/detection/os.md b/docs/vulnerability/detection/os.md index e78c7ccc7bfe..87080b36e952 100644 --- a/docs/vulnerability/detection/os.md +++ b/docs/vulnerability/detection/os.md @@ -5,6 +5,7 @@ The unfixed/unfixable vulnerabilities mean that the patch has not yet been provi | OS | Supported Versions | Target Packages | Detection of unfixed vulnerabilities | | -------------------------------- | ---------------------------------------- | ----------------------------- | :----------------------------------: | | Alpine Linux | 2.2 - 2.7, 3.0 - 3.13 | Installed by apk | NO | +| Arch Linux | Rolling Release | Installed by pacman | NO | | Red Hat Universal Base Image[^1] | 7, 8 | Installed by yum/rpm | YES | | Red Hat Enterprise Linux | 6, 7, 8 | Installed by yum/rpm | YES | | CentOS | 6, 7 | Installed by yum/rpm | YES |