Files
moby/daemon/logger/awslogs
Sebastiaan van Stijn 4bb96a5a4a awslogs: TestNewAWSLogsClientCredentialEndpointDetect: ignore G101 (gosec)
daemon/logger/awslogs/cloudwatchlogs_test.go:1652:2: G101: Potential hardcoded credentials (gosec)
        credsResp := `{
            "AccessKeyId" :    "test-access-key-id",
            "SecretAccessKey": "test-secret-access-key"
            }`

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-06 12:50:22 +01:00
..