Skip to content

Commit

Permalink
run tests with client 1.5.0 #3117
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-dmlr committed May 8, 2024
1 parent 4e59aa7 commit 2b8f7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-actions/scan/__test__/integrationtest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function initInputMap() {
mockedInputMap.set(input.PARAM_SECHUB_USER, `${integrationTestContext.serverUserId}`);
mockedInputMap.set(input.PARAM_API_TOKEN, `${integrationTestContext.serverApiToken}`);

mockedInputMap.set(input.PARAM_CLIENT_VERSION, '1.4.0');
mockedInputMap.set(input.PARAM_CLIENT_VERSION, '1.5.0');

mockedInputMap.set(input.PARAM_REPORT_FORMATS, 'json');
mockedInputMap.set(input.PARAM_TRUST_ALL, 'true'); // self signed certificate in test...
Expand Down Expand Up @@ -376,4 +376,4 @@ function loadSpdxJsonReportAndAssertItContains(context: LaunchContext, textPart:
const spdxJson = fs.readFileSync(spdxJsonPath, 'utf8');

expect(spdxJson).toContain(textPart);
}
}

0 comments on commit 2b8f7e8

Please sign in to comment.