We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3762ff6 commit ac44040Copy full SHA for ac44040
cmd/scan.go
@@ -8,6 +8,7 @@ var scanCmd = &cobra.Command{
8
Short: "Scan a project's code signing settings",
9
Long: `Scan a project's code signing settings,
10
and export the require code signing files.`,
11
+ TraverseChildren: true,
12
}
13
14
var (
0 commit comments