Skip to content

Commit 88b5cd3

Browse files
Potential fix for code scanning alert no. 99: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 31f0a85 commit 88b5cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apispec/remote_swagger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func DownloadSwaggerData(output string, dw downloader.PlatformAwareOCIDownloader
6969
return
7070
}
7171

72-
fmt.Println("start to save", targetFileAbsPath)
72+
fmt.Println("start to save", targetFile)
7373
if err = downloader.WriteTo(reader, output, targetFile); err == nil {
7474
err = decompressData(targetFileAbsPath)
7575
}

0 commit comments

Comments
 (0)