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
"When you are monitoring a .NET project using NuGet PackageReference uses the project name in project.assets.json if found.")
100
+
flagSet.String(FlagNugetPkgsFolder, "", "Specify a custom path to the packages folder when using NuGet.")
101
+
flagSet.String(FlagConfigurationMatching, "", "Resolve dependencies using only configuration(s) that match the specified Java regular expression.")
102
+
flagSet.String(FlagConfigurationAttributes, "", "Select certain values of configuration attributes to install and resolve dependencies.")
103
+
flagSet.String(FlagInitScript, "", "Use for projects that contain a Gradle initialization script.")
104
+
flagSet.String(FlagPythonCommand, "", "Indicate which specific Python commands to use based on the Python version.")
105
+
flagSet.String(FlagPythonSkipUnresolved, "", "Skip Python packages that cannot be found in the environment.")
106
+
flagSet.String(FlagPythonPackageManager, "", `Add --package-manager=pip to your command if the file name is not "requirements.txt".`)
107
+
flagSet.Int(FlagUnmanagedMaxDepth, 0, "Specify the maximum level of archive extraction for unmanaged scanning.")
108
+
flagSet.Bool(FlagFailFast, false, "Stop scanning after the first vulnerability is found when used with --all-projects.")
109
+
flagSet.Bool(FlagPrintDeps, false, "Print the dependency tree before sending it for analysis.")
110
+
flagSet.Bool(FlagPrintDepPaths, false, "Display dependencies. Shows what files contributed to each dependency.")
111
+
flagSet.String(FlagOrg, "", "Specify the <ORG_ID> to run Snyk commands tied to a specific organization.")
112
+
flagSet.Bool(FlagIgnorePolicy, false, "Ignore all set policies, the current policy in the .snyk file, Org level ignores, and the project policy on snyk.io.")
113
+
flagSet.Bool(FlagTrustPolicies, false, "Apply and use ignore rules from the Snyk policies in your dependencies.")
114
+
flagSet.String(FlagShowVulnerablePaths, "", "Display the dependency paths from the top level dependencies down to the vulnerable packages.")
115
+
flagSet.String(FlagFailOn, "", "Fail only when there are vulnerabilities that can be fixed.")
116
+
flagSet.String(FlagProjectNamePrefix, "", "When monitoring a .NET project, use this option to add a custom prefix "+
117
+
"to the name of files inside a project along with any desired separators.")
118
+
flagSet.Bool(FlagDotnetRuntimeResolution, false, "You must use this option when you test .NET projects using Runtime Resolution Scanning.")
119
+
flagSet.String(FlagDotnetTargetFramework, "", "Specify the target framework for .NET projects.")
0 commit comments