You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -240,17 +242,18 @@ var flagsMap = map[string]components.Flag{
240
242
"List of exclusions separated by semicolons, utilized to skip sub-projects from undergoing an audit. These exclusions may incorporate the * and ? wildcards.",
Mvn: components.NewBoolFlag(Mvn, "Set to true to request audit for a Maven project."),
244
-
Gradle: components.NewBoolFlag(Gradle, "Set to true to request audit for a Gradle project."),
245
-
Npm: components.NewBoolFlag(Npm, "Set to true to request audit for a npm project."),
246
-
Pnpm: components.NewBoolFlag(Pnpm, "Set to true to request audit for a Pnpm project."),
247
-
Yarn: components.NewBoolFlag(Yarn, "Set to true to request audit for a Yarn project."),
248
-
Nuget: components.NewBoolFlag(Nuget, "Set to true to request audit for a .NET project."),
249
-
Pip: components.NewBoolFlag(Pip, "Set to true to request audit for a Pip project."),
250
-
Pipenv: components.NewBoolFlag(Pipenv, "Set to true to request audit for a Pipenv project."),
251
-
Poetry: components.NewBoolFlag(Poetry, "Set to true to request audit for a Poetry project."),
252
-
Go: components.NewBoolFlag(Go, "Set to true to request audit for a Go project."),
253
-
DepType: components.NewStringFlag(DepType, "[npm] Defines npm dependencies type. Possible values are: all, devOnly and prodOnly."),
245
+
Mvn: components.NewBoolFlag(Mvn, "Set to true to request audit for a Maven project."),
246
+
Gradle: components.NewBoolFlag(Gradle, "Set to true to request audit for a Gradle project."),
247
+
Npm: components.NewBoolFlag(Npm, "Set to true to request audit for a npm project."),
248
+
Pnpm: components.NewBoolFlag(Pnpm, "Set to true to request audit for a Pnpm project."),
249
+
Yarn: components.NewBoolFlag(Yarn, "Set to true to request audit for a Yarn project."),
250
+
Nuget: components.NewBoolFlag(Nuget, "Set to true to request audit for a .NET project."),
251
+
Pip: components.NewBoolFlag(Pip, "Set to true to request audit for a Pip project."),
252
+
Pipenv: components.NewBoolFlag(Pipenv, "Set to true to request audit for a Pipenv project."),
253
+
Poetry: components.NewBoolFlag(Poetry, "Set to true to request audit for a Poetry project."),
254
+
Go: components.NewBoolFlag(Go, "Set to true to request audit for a Go project."),
255
+
DepType: components.NewStringFlag(DepType, "[npm] Defines npm dependencies type. Possible values are: all, devOnly and prodOnly."),
256
+
MaxTreeDepth: components.NewStringFlag(MaxTreeDepth, "[pnpm] Max depth of the generated dependencies tree for SCA scan.", components.WithStrDefaultValue("Infinity")),
0 commit comments