Skip to content

Commit eeee399

Browse files
committed
Added password annotations
1 parent 86fb337 commit eeee399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
image: ankane/pgvector:v0.5.1
3737
env:
3838
POSTGRES_USER: root
39-
POSTGRES_PASSWORD: password
39+
POSTGRES_PASSWORD: password # example value of a secret
4040
POSTGRES_DB: perfkit_pg_vector_db_ci
4141
ports:
4242
- 5432:5432
@@ -117,7 +117,7 @@ jobs:
117117
node.name: os-test
118118
discovery.type: single-node
119119
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
120-
OPENSEARCH_INITIAL_ADMIN_PASSWORD: bgnYFGR2RhN3SCX
120+
OPENSEARCH_INITIAL_ADMIN_PASSWORD: bgnYFGR2RhN3SCX # example value of a secret compliant with OpenSearch password policy
121121
plugins.security.ssl.http.enabled: false
122122
ports:
123123
- 9201:9200

0 commit comments

Comments
 (0)