From b5d8a085ec2750fc45ada5315b23170563f74c64 Mon Sep 17 00:00:00 2001 From: Bertrand THOMAS Date: Sat, 14 Feb 2026 14:44:36 +0100 Subject: [PATCH] Fix invalid type for neuvector scan flag --- .github/workflows/reusable-container-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-container-scan.yml b/.github/workflows/reusable-container-scan.yml index 541de61..e41a87b 100644 --- a/.github/workflows/reusable-container-scan.yml +++ b/.github/workflows/reusable-container-scan.yml @@ -36,7 +36,7 @@ on: default: 0 neuvector-enabled: description: "Use NeuVector to scan the image?" - type: string + type: boolean required: false default: false operating-system: