Fix the security problem

This commit is contained in:
Alexey Masterov
2024-09-09 17:00:51 +02:00
parent b04995f10f
commit e127e97797

View File

@@ -61,10 +61,9 @@ jobs:
- name: Change tests according to the generated password
run: |
cd /__w/neon/neon/vendor/postgres-v"${{ matrix.DEFAULT_PG_VERSION }}"/src/test/regress
for fname in sql/*.sql expected/*.out; do
set +x
for fname in sql/*.sql expected/*.out; do
sed -i.bak s/NEON_PASSWORD_PLACEHOLDER/"'${{ steps.pwgen.outputs.DBPASS }}'"/ "${fname}"
set -x
done
- name: Download Neon artifact