diff --git a/README.md b/README.md index 8984e62c9a82..03202dd2bdb4 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Failures: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 1, CRITICAL: 0) # Features - Comprehensive vulnerability detection - - OS packages (Alpine Linux, 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 (Alpine Linux, 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** (Bundler, Composer, Pipenv, Poetry, npm, yarn, Cargo, NuGet, Maven, and Go) - Misconfiguration detection (IaC scanning) - A wide variety of built-in policies are provided **out of the box** diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md index 42c5cc379ba8..b2c0611c3856 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, AlmaLinux, 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, AlmaLinux, 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 93f441739fc4..de189890955b 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.15 | Installed by apk | NO | +| Arch Linux | Rolling Release | Installed by pacman | YES | | 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, 8 | Installed by yum/rpm | YES |