Skip to content

Commit b16f2ec

Browse files
committed
Fix this problem:
// G101 : Potential hardcoded credentials (gosec)
1 parent 5195647 commit b16f2ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/azd/internal/env.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ const EnvNamePostgresPort = "POSTGRES_PORT"
77
const EnvNamePostgresUrl = "POSTGRES_URL"
88
const EnvNamePostgresDatabase = "POSTGRES_DATABASE"
99
const EnvNamePostgresUsername = "POSTGRES_USERNAME"
10+
11+
// nolint:gosec
1012
const EnvNamePostgresPassword = "POSTGRES_PASSWORD"
1113

1214
const EnvNameRedisHost = "REDIS_HOST"

0 commit comments

Comments
 (0)