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
log.Fatal("Failed to find AWS Credentials. Please ensure that your enviroment is correctly configued as described here: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html")
239
+
} else {
240
+
panic(err)
241
+
}
216
242
}
217
243
i, err:=introspector.New(ds, postgresService, introspector.Options{
218
244
LogDockerOutput: logIntrospector,
@@ -256,10 +282,5 @@ func main() {
256
282
panic(err)
257
283
}
258
284
log.Infof("Reports written to directory %v", outputDir)
0 commit comments