From 1f6b3db6977104c2d96dfe2e1f1d674703c719fc Mon Sep 17 00:00:00 2001 From: Antoine Vinot Date: Wed, 29 Apr 2026 11:06:01 +0200 Subject: [PATCH] Update README.md Co-authored-by: sonar-review-alpha[bot] <266116024+sonar-review-alpha[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3102bc8..d6a1488 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ By default, the action verifies the OpenPGP signature of the SonarScanner CLI bi ``` > [!NOTE] -> Signature verification requires `dirmngr` to be installed on the runner. GitHub-hosted runners include it, but some self-hosted runners or containers may not. +> Signature verification requires `gpg` and `dirmngr` to be installed on the runner. GitHub-hosted runners include both, but some self-hosted runners or containers may not. > > **Version history:** > - Introduced in **v7.2** with a default value of `true` to avoid breaking existing workflows on runners without `dirmngr`.