snyk 1.1176.0 → 1.1177.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -38472,6 +38472,13 @@ async function main() {
38472
38472
  'JSON output is required to use --group-issues, try adding --json.',
38473
38473
  ]);
38474
38474
  }
38475
+ if (globalArgs.options['mavenAggregateProject'] &&
38476
+ globalArgs.options['project-name']) {
38477
+ throw new errors_1.UnsupportedOptionCombinationError([
38478
+ 'maven-aggregate-project',
38479
+ 'project-name',
38480
+ ]);
38481
+ }
38475
38482
  if (globalArgs.options.file &&
38476
38483
  typeof globalArgs.options.file === 'string' &&
38477
38484
  globalArgs.options.file.match(/\.sln$/)) {