Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/scripts/Containerfile.xtask
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update && \
xz-utils \
squashfs-tools \
btrfs-progs \
tzdata \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /unpack/xtask /usr/local/bin
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
paths-ignore:
- '**/*.md'
- 'etc/**'
branches:
- "main"
pull_request:
paths-ignore:
- '**/*.md'
- 'etc/**'
branches:
- "main"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
paths-ignore:
- '**/*.md'
- 'etc/**'
branches:
- main
pull_request:
paths-ignore:
- '**/*.md'
- 'etc/**'
branches:
- main

Expand Down
1 change: 0 additions & 1 deletion docs/env-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
| `TRUSTD_DB_PASSWORD` | Database password | `trustify` |
| `TRUSTD_DB_PORT` | Database port | `5432` |
| `TRUSTD_DB_USER` | Database username | `postgres` |
| `TRUSTD_GC_FREQ` | Database garbage collection frequency [disabled by default] (humantime) | `0s` |
| `TRUSTD_ISSUER_URL` | Issuer URL for `--devmode` | `http://localhost:8090/realms/trustify` |
| `TRUSTD_MAX_CACHE_SIZE` | Maximum size of the graph cache. | `200 MiB` |
| `TRUSTD_S3_ACCESS_KEY` | S3 access key | |
Expand Down
Loading