Skip to content

Commit

Permalink
hotfix: unit tests for pgbouncer-krb image (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored Aug 11, 2022
1 parent 2b8311e commit 37cbd57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ services:
image: ap-pgbouncer-krb:${ASTRO_IMAGE_TAG:-latest}
build:
context: pgbouncer-krb
entrypoint: "top"
ap-po-logical-backup:
image: ap-po-logical-backup:${ASTRO_IMAGE_TAG:-latest}
build:
Expand Down
4 changes: 3 additions & 1 deletion pgbouncer-krb/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ tests:
- name: pgbouncer
group: pgbouncer
gid: 102
uid: 102
uid: 101
docker:
entrypoint: "top"
1 change: 1 addition & 0 deletions pgbouncer-krb/trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CVE-2022-37434

0 comments on commit 37cbd57

Please sign in to comment.