Skip to content

Commit b4e9440

Browse files
authored
ci: prevent injection in presubmit (#66)
1 parent 1e93593 commit b4e9440

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CLOUD_SQL_POSTGRES_PROJECT=starter-akitsch
2+
CLOUD_SQL_POSTGRES_REGION=us-west2
3+
CLOUD_SQL_POSTGRES_INSTANCE=pg15-pgvector-demo
4+
CLOUD_SQL_POSTGRES_DATABASE=whoop
5+
CLOUD_SQL_POSTGRES_USER=postgres
6+
CLOUD_SQL_POSTGRES_PASSWORD=my-pg-pass

.github/workflows/presubmit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install toolbox binary
3131
run: |
3232
VERSION=$(cat toolbox_version.txt)
33-
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
33+
curl -L -o toolbox "https://storage.googleapis.com/genai-toolbox/v${VERSION}/linux/amd64/toolbox"
3434
chmod +x toolbox
3535
3636
- name: Install Extension

0 commit comments

Comments
 (0)