Skip to content

Commit

Permalink
Merge pull request #1605 from camptocamp/ghci/audit/snyk/prod-2-7
Browse files Browse the repository at this point in the history
Audit Snyk check/fix prod-2-7
  • Loading branch information
geo-ghci-int[bot] authored Feb 21, 2025
2 parents 1c0fe8e + 88a03a3 commit a4b6b43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ acceptance-init:
docker compose exec -T tools psql --command='CREATE EXTENSION IF NOT EXISTS pg_trgm'
docker compose exec -T tools psql --command='CREATE EXTENSION IF NOT EXISTS hstore'
scripts/db-restore --docker-compose-version-2 --docker-compose-file=docker-compose.yaml --docker-compose-file=docker-compose-db.yaml \
--arg=--clean --arg=--if-exists --arg=--verbose data/prod-2-7.dump
--arg=--clean --arg=--if-exists --arg=--verbose data/prod-2-7.dump || true
docker compose restart geoportal alembic
docker compose exec -T geoportal wait-db

Expand Down
1 change: 1 addition & 0 deletions custom/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ poetry==1.5.1
poetry-plugin-export==1.4.0
cryptography>=44.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
virtualenv>=20.26.6 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
- AZURE_STORAGE_CONNECTION_STRING
- C2C_SECRET=
- C2C_AUTH_GITHUB_PROXY_URL=https://mutualize-int.apps.gs-ch-dev.camptocamp.com/redirect
- C2C_AUTH_GITHUB_REPOSITORY=camptocamp/argocd-gs-platform-ch-development-apps
- C2C_AUTH_GITHUB_REPOSITORY=camptocamp/argocd-gs-gmf-apps
- C2C_AUTH_GITHUB_ACCESS_TYPE=admin
- C2C_USE_SESSION=true
- C2C_AUTH_GITHUB_CLIENT_ID
Expand Down

0 comments on commit a4b6b43

Please sign in to comment.