Skip to content

Commit af83b76

Browse files
authored
Fix invalid type for neuvector scan flag (#9)
1 parent f617507 commit af83b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-container-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
default: 0
3737
neuvector-enabled:
3838
description: "Use NeuVector to scan the image?"
39-
type: string
39+
type: boolean
4040
required: false
4141
default: false
4242
operating-system:

0 commit comments

Comments
 (0)