Skip to content

Commit

Permalink
fix: add orgId to connection options
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsef-armin-hamos committed Oct 16, 2023
1 parent 320ba83 commit e6e358d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/plugins/sast/analysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type GetCodeAnalysisArgs = {
};
connectionOptions: {
org?: string;
orgId?: string;
source: string;
baseURL: string;
requestId: string;
Expand Down Expand Up @@ -102,6 +103,7 @@ export async function getCodeTestResults(
source: 'snyk-cli',
requestId,
org: sastSettings.org,
orgId: config.orgId,
},
analysisOptions: {
severity: options.severityThreshold
Expand Down

0 comments on commit e6e358d

Please sign in to comment.