Skip to content

Commit 89dc1be

Browse files
committed
test vulnerabilities
1 parent 3040c20 commit 89dc1be

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: mozilla-actions/sccache-action@1583d6b38d7be47f593cb472781bbb21cab4321e # v0.0.10
6565

6666
- name: Scan code with Trivy
67-
uses: aquasecurity/trivy-action@a9c7b0f06e461e9d4b4d1711f154ee024b8d7ab8 # v0.36.0
67+
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32.0
6868
env:
6969
TRIVY_SHOW_SUPPRESSED: 1
7070
TRIVY_IGNOREFILE: "./.trivyignore.yaml"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-compose.e2e-auto-adoption.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- db
2222

2323
db:
24-
image: public.ecr.aws/docker/library/postgres:17-alpine
24+
image: public.ecr.aws/docker/library/postgres:11-alpine
2525
environment:
2626
POSTGRES_DB: defguard
2727
POSTGRES_USER: defguard

docker-compose.e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- db
2222

2323
db:
24-
image: public.ecr.aws/docker/library/postgres:17-alpine
24+
image: public.ecr.aws/docker/library/postgres:11-alpine
2525
environment:
2626
POSTGRES_DB: defguard
2727
POSTGRES_USER: defguard

e2e/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)