@snyk/code-client
Advanced tools
Comparing version 4.18.0 to 4.18.1
@@ -251,2 +251,5 @@ "use strict"; | ||
projectName: options.report.projectName, | ||
targetName: options.report.targetName, | ||
targetRef: options.report.targetRef, | ||
remoteRepoUrl: options.report.remoteRepoUrl, | ||
}, | ||
@@ -253,0 +256,0 @@ key: { |
@@ -50,3 +50,5 @@ import { SupportedFiles } from '..'; | ||
projectName?: string; | ||
targetName?: string; | ||
targetRef?: string; | ||
remoteRepoUrl?: string; | ||
} | ||
@@ -53,0 +55,0 @@ export interface FileAnalysisOptions extends AnalysisContext { |
@@ -93,3 +93,3 @@ { | ||
}, | ||
"version": "4.18.0" | ||
"version": "4.18.1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158969
2234