SQSCANGHA-140 Set skipSignatureVerification default value to true to avoid breaking change (#240)

Co-authored-by: Gustavo Cunha <dev@gustavocunha.dev>
This commit is contained in:
Antoine Vinot
2026-04-29 10:13:05 +02:00
committed by GitHub
parent 55e44800a8
commit c7ee0f9df9
+2 -2
View File
@@ -25,9 +25,9 @@ inputs:
required: false
default: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli
skipSignatureVerification:
description: Skip GPG signature verification (not recommended for security)
description: Skip GPG signature verification (defaults to true temporarily while dirmngr dependency is resolved; set to false to enable verification)
required: false
default: "false"
default: "true"
runs:
using: node24
main: dist/index.js