Skip to content

Commit 1610b6c

Browse files
authored
Update startSecurityScan.ts
1 parent d597854 commit 1610b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/commands/startSecurityScan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export async function startSecurityScan(
190190
try {
191191
artifactMap = await getPresignedUrlAndUpload(client, zipMetadata, scope, scanName, profile)
192192
} finally {
193-
// await zipUtil.removeTmpFiles(zipMetadata, scope)
193+
await zipUtil.removeTmpFiles(zipMetadata, scope)
194194
codeScanTelemetryEntry.artifactsUploadDuration = performance.now() - uploadStartTime
195195
}
196196

0 commit comments

Comments
 (0)