Skip to content

Commit

Permalink
Merge pull request #102 from checkmarx-ltd/PLUG-1750
Browse files Browse the repository at this point in the history
Changes related to avoid duplicate scan
  • Loading branch information
ThokalSameer authored Mar 6, 2024
2 parents 8863782 + 7b7ed35 commit a25d6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkmarx/cx-common-js-client",
"version": "0.1.84",
"version": "0.1.85",
"description": "Client for interaction with Checkmarx products.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
5 changes: 1 addition & 4 deletions src/services/clients/sastClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,10 @@ export class SastClient {
{
if (SastClient.isInProgress(scanStatus)) {
return true;
} else {
return false;
}
}
}else{
return false;
}
return false;
}

private static throwScanError(status: ScanStatus) {
Expand Down

0 comments on commit a25d6ff

Please sign in to comment.