mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
daemon/logger/awslogs/cloudwatchlogs.go:42:2: G101: Potential hardcoded credentials (gosec)
credentialsEndpointKey = "awslogs-credentials-endpoint"
^
daemon/logger/awslogs/cloudwatchlogs.go:67:2: G101: Potential hardcoded credentials (gosec)
credentialsEndpoint = "http://169.254.170.2"
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>