We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ff4ed commit c697526Copy full SHA for c697526
main.go
@@ -73,7 +73,6 @@ func main() {
73
// Default paths
74
defaultLocalPath := filepath.Join(appDir, "SensitiveList.json") // ./SensitiveList.json
75
defaultGlobalPath := "/usr/local/bin/SensitiveList.json" // /usr/local/bin/SensitiveList.json
76
- fmt.Printf("Checking for SensitiveList.json in %s\n and %s\n", appDir, defaultGlobalPath)
77
// Check if the file exists in the application's directory
78
configfilepath := defaultLocalPath
79
if _, err := os.Stat(configfilepath); os.IsNotExist(err) {
0 commit comments