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
@@ -267,6 +269,8 @@ var flagsMap = map[string]components.Flag{
267
269
Pipenv: components.NewBoolFlag(Pipenv, "Set to true to request audit for a Pipenv project."),
268
270
Poetry: components.NewBoolFlag(Poetry, "Set to true to request audit for a Poetry project."),
269
271
Go: components.NewBoolFlag(Go, "Set to true to request audit for a Go project."),
272
+
Swift: components.NewBoolFlag(Swift, "Set to true to request audit for a Swift project."),
273
+
Cocoapods: components.NewBoolFlag(Cocoapods, "Set to true to request audit for a Cocoapods project."),
270
274
DepType: components.NewStringFlag(DepType, "[npm] Defines npm dependencies type. Possible values are: all, devOnly and prodOnly."),
271
275
MaxTreeDepth: components.NewStringFlag(MaxTreeDepth, "[pnpm] Max depth of the generated dependencies tree for SCA scan.", components.WithStrDefaultValue("Infinity")),
0 commit comments