You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* codewhisperer: add scan job id in logs
* PR feedback
Co-authored-by: Richard Li <[email protected]>
---------
Co-authored-by: Richard Li <[email protected]>
Copy file name to clipboardExpand all lines: jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/CodeWhispererCodeScanManager.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ class CodeWhispererCodeScanManager(val project: Project) {
207
207
throw codeScanResponse.failureReason
208
208
}
209
209
}
210
-
LOG.info { "Security scan completed." }
210
+
LOG.info { "Security scan completed for jobID: $codeScanJobId." }
0 commit comments