Skip GPG and cryptographic tools (interactive prompts)

Add gpg, gpg2, gpg-agent, ssh-keygen, openssl to SKIP_LIST.
These tools have interactive prompts that block fuzzing test.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Petr Sklenar 2026-04-20 12:44:59 +02:00
commit 030118d691

View file

@ -36,6 +36,9 @@ SKIP_NAMES=(
# Editors
vi vim nvim nano emacs ed
# Cryptographic tools (interactive prompts)
gpg gpg2 gpg-agent ssh-keygen openssl
# Cloud tools
aws gcloud kubectl docker podman