Skip to content

Commit

Permalink
SDA-4077 - Disable nosemgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Dec 7, 2023
1 parent 217070c commit 926f440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/reports-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const writeClientLogs = async (retrievedLogs: ILogs[]) => {
if (!sanitizedFilename) {
continue;
}
// nosemgrep
const file = path.join(app.getPath('logs'), sanitizedFilename);
await writeDataToFile(file, logFile.contents);
}
Expand Down

0 comments on commit 926f440

Please sign in to comment.