216 Commits

Author SHA1 Message Date
Username
8ebabfe102 pastes: add display_name field
All checks were successful
CI / Lint & Security Scan (push) Successful in 47s
CI / Build & Push Image (push) Successful in 22s
CI / Harbor Vulnerability Scan (push) Successful in 37s
Authenticated users can tag pastes with a human-readable label
via X-Display-Name header. Supports create, update, remove, and
listing. Max 128 chars, control characters rejected.
2026-02-24 12:55:44 +01:00
Username
d44c9c66ab ci: remove test job from pipeline
All checks were successful
CI / Lint & Security Scan (push) Successful in 47s
CI / Build & Push Image (push) Successful in 19s
CI / Harbor Vulnerability Scan (push) Successful in 37s
2026-02-23 22:06:22 +01:00
user
d7c4705e7a chore: trigger CI
All checks were successful
CI / Lint & Security Scan (push) Successful in 45s
CI / Tests (push) Successful in 2m38s
CI / Build & Push Image (push) Successful in 37s
CI / Harbor Vulnerability Scan (push) Successful in 36s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 21:59:42 +01:00
Username
9a641bc14e deps: pin wheel>=0.46.2 (CVE-2026-24049)
Some checks failed
CI / Lint & Security Scan (push) Successful in 48s
CI / Build & Push Image (push) Has been cancelled
CI / Harbor Vulnerability Scan (push) Has been cancelled
CI / Tests (push) Has been cancelled
2026-02-23 21:57:23 +01:00
Username
2a99a101a6 ci: consolidate 9 jobs into 4
Some checks failed
CI / Lint & Security Scan (push) Successful in 52s
CI / Build & Push Image (push) Has been cancelled
CI / Harbor Vulnerability Scan (push) Has been cancelled
CI / Tests (push) Has been cancelled
Merge lint+security into single lint job, merge
test+security-tests+security-advanced+memory+fuzz
into single test job. Eliminates 5 redundant container
setups (~90s overhead each).

Pipeline: lint --> test --> build-push --> vuln-scan
2026-02-23 21:54:51 +01:00
Username
4f4964decd routes: fix mypy no-any-return in get_pow_secret
Some checks failed
CI / Security Scan (push) Successful in 31s
CI / Lint & Format (push) Successful in 35s
CI / Advanced Security Tests (push) Successful in 32s
CI / Memory Leak Check (push) Successful in 32s
CI / Security Tests (push) Successful in 47s
CI / Unit Tests (push) Successful in 1m8s
CI / SBOM Generation (push) Successful in 31s
CI / Fuzz Testing (push) Successful in 41s
CI / Build & Push Image (push) Failing after 15s
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-23 21:40:31 +01:00
Username
253fb2ad38 config: fix ruff formatting
Some checks failed
CI / Security Scan (push) Successful in 31s
CI / Lint & Format (push) Failing after 36s
CI / Unit Tests (push) Has been skipped
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-23 21:38:44 +01:00
Username
fdf8364e80 config: fix ruff E501 line length in POW_SECRET
Some checks failed
CI / Lint & Format (push) Failing after 28s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 33s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-23 21:37:26 +01:00
Username
d638c822d3 ci: ensure git is available in deploy job
Some checks failed
CI / Lint & Format (push) Failing after 27s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 32s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-23 21:33:54 +01:00
user
e7c278be0d fix: share PoW HMAC secret across gunicorn workers
Some checks failed
CI / Lint & Format (push) Failing after 29s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 34s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
get_pow_secret() generated a random secret per process, so challenges
signed by worker A failed verification on worker B (~90% failure rate
with 2 workers).  Persist a file-backed secret to data/.pow_secret
using O_EXCL for atomic creation.  FLASKPASTE_POW_SECRET env var
still takes priority when configured.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 21:32:18 +01:00
Username
ca1cbd6e73 routes: fix ruff formatting
All checks were successful
CI / Security Scan (push) Successful in 33s
CI / Lint & Format (push) Successful in 38s
CI / Security Tests (push) Successful in 41s
CI / Unit Tests (push) Successful in 1m4s
CI / Advanced Security Tests (push) Successful in 28s
CI / Memory Leak Check (push) Successful in 29s
CI / Fuzz Testing (push) Successful in 40s
CI / SBOM Generation (push) Successful in 30s
CI / Build & Push Image (push) Successful in 26s
CI / Harbor Vulnerability Scan (push) Successful in 37s
2026-02-18 08:47:53 +01:00
Username
c69290af2d routes: skip rate limiting for trusted certificate holders
Some checks failed
CI / Lint & Format (push) Failing after 31s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 35s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-18 08:42:25 +01:00
Username
283f87b9c4 routes: skip PoW for trusted certificate holders
All checks were successful
CI / Security Scan (push) Successful in 33s
CI / Lint & Format (push) Successful in 37s
CI / Security Tests (push) Successful in 41s
CI / Unit Tests (push) Successful in 1m3s
CI / Advanced Security Tests (push) Successful in 29s
CI / Memory Leak Check (push) Successful in 29s
CI / Fuzz Testing (push) Successful in 40s
CI / SBOM Generation (push) Successful in 30s
CI / Build & Push Image (push) Successful in 23s
CI / Harbor Vulnerability Scan (push) Successful in 36s
2026-02-16 22:51:08 +01:00
Username
c31923f491 containerfile: pin wheel>=0.46.2 in runtime stage
All checks were successful
CI / Security Scan (push) Successful in 34s
CI / Lint & Format (push) Successful in 38s
CI / Security Tests (push) Successful in 42s
CI / Unit Tests (push) Successful in 1m5s
CI / Advanced Security Tests (push) Successful in 28s
CI / Memory Leak Check (push) Successful in 29s
CI / Fuzz Testing (push) Successful in 40s
CI / SBOM Generation (push) Successful in 29s
CI / Build & Push Image (push) Successful in 37s
CI / Harbor Vulnerability Scan (push) Successful in 37s
2026-02-16 22:32:55 +01:00
Username
cf27bd3f6a containerfile: pin wheel>=0.46.2 (CVE-2026-24049)
All checks were successful
CI / Security Scan (push) Successful in 33s
CI / Lint & Format (push) Successful in 37s
CI / Security Tests (push) Successful in 42s
CI / Unit Tests (push) Successful in 1m4s
CI / Advanced Security Tests (push) Successful in 27s
CI / Memory Leak Check (push) Successful in 29s
CI / Fuzz Testing (push) Successful in 39s
CI / SBOM Generation (push) Successful in 30s
CI / Build & Push Image (push) Successful in 39s
CI / Harbor Vulnerability Scan (push) Successful in 37s
2026-02-16 22:26:56 +01:00
Username
e9d52d9794 ci: add --load flag to docker build
Some checks failed
CI / Security Scan (push) Successful in 33s
CI / Lint & Format (push) Successful in 38s
CI / Security Tests (push) Successful in 40s
CI / Unit Tests (push) Successful in 1m4s
CI / Advanced Security Tests (push) Successful in 28s
CI / Memory Leak Check (push) Successful in 29s
CI / Fuzz Testing (push) Successful in 40s
CI / SBOM Generation (push) Successful in 32s
CI / Build & Push Image (push) Successful in 32s
CI / Harbor Vulnerability Scan (push) Failing after 30s
2026-02-16 22:09:48 +01:00
Username
c996b7166d tests: fix ruff 0.15 formatting
Some checks failed
CI / Security Scan (push) Successful in 32s
CI / Lint & Format (push) Successful in 37s
CI / Security Tests (push) Successful in 41s
CI / Unit Tests (push) Successful in 1m4s
CI / Advanced Security Tests (push) Successful in 29s
CI / Memory Leak Check (push) Successful in 28s
CI / Fuzz Testing (push) Successful in 40s
CI / SBOM Generation (push) Successful in 33s
CI / Build & Push Image (push) Failing after 1m11s
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-16 22:04:27 +01:00
Username
c484c9ecc8 routes: fix ruff formatting
Some checks failed
CI / Lint & Format (push) Failing after 30s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 33s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-16 22:02:36 +01:00
Username
727e432740 audit: migrate enums to StrEnum
Some checks failed
CI / Lint & Format (push) Failing after 30s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 33s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-16 20:59:55 +01:00
Username
2679bc8e69 docs: add url shortener documentation
Some checks failed
CI / Lint & Format (push) Failing after 29s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 33s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-16 20:56:55 +01:00
Username
75a9bf56d9 tests: add url shortener test suite
Some checks failed
CI / Lint & Format (push) Failing after 31s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / Fuzz Testing (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 36s
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-02-16 20:27:02 +01:00
Username
0f63bb05e1 cleanup: add expired short url cleanup 2026-02-16 20:26:58 +01:00
Username
727fc84784 routes: add url shortener endpoints 2026-02-16 20:26:54 +01:00
Username
965a6eac0e metrics: add url shortener counters 2026-02-16 20:26:50 +01:00
Username
edc9e4344e audit: add url shortener event types 2026-02-16 20:26:46 +01:00
Username
80b8dbdd40 config: add url shortener settings 2026-02-16 20:26:43 +01:00
Username
7fe1cc164b database: add short_urls table schema 2026-02-16 20:26:39 +01:00
Username
68b3f8e84e ci: specify containerfile path for docker build
All checks were successful
CI / Lint & Format (push) Successful in 22s
CI / Security Scan (push) Successful in 20s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 34s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 12s
CI / Harbor Vulnerability Scan (push) Successful in 31s
2026-01-21 12:24:31 +01:00
Username
60652e96b4 containerfile: consolidate to single alpine image
Some checks failed
CI / Lint & Format (push) Successful in 22s
CI / Security Scan (push) Successful in 20s
CI / Advanced Security Tests (push) Successful in 17s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Successful in 33s
CI / Build & Push Image (push) Failing after 2s
CI / Harbor Vulnerability Scan (push) Has been skipped
CI / SBOM Generation (push) Successful in 19s
CI / Fuzz Testing (push) Successful in 26s
2026-01-21 12:17:47 +01:00
Username
79a4d1d0ea docs: add k1s quick deploy section
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Successful in 33s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 13s
CI / Harbor Vulnerability Scan (push) Successful in 33s
2026-01-21 10:35:11 +01:00
Username
70d9a7f9f7 tests: remove name field assertion from index test
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 23s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Successful in 34s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 19s
CI / Build & Push Image (push) Successful in 17s
CI / Harbor Vulnerability Scan (push) Successful in 33s
2026-01-21 10:18:01 +01:00
Username
b78d033192 ci: trigger workflow
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 23s
CI / Advanced Security Tests (push) Successful in 16s
CI / Unit Tests (push) Failing after 33s
CI / Security Tests (push) Successful in 26s
CI / Memory Leak Check (push) Successful in 21s
CI / Build & Push Image (push) Has been skipped
CI / SBOM Generation (push) Successful in 20s
CI / Fuzz Testing (push) Successful in 25s
CI / Harbor Vulnerability Scan (push) Has been skipped
2026-01-21 10:05:03 +01:00
Username
fec9e22bb3 api: remove name field from index endpoint
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Failing after 32s
CI / Build & Push Image (push) Has been skipped
CI / Harbor Vulnerability Scan (push) Has been skipped
CI / Fuzz Testing (push) Successful in 24s
CI / SBOM Generation (push) Successful in 19s
2026-01-20 23:33:41 +01:00
Username
9777cbb053 bump version to 1.5.2
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 23s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Successful in 34s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 18s
CI / Harbor Vulnerability Scan (push) Successful in 33s
2026-01-20 08:41:22 +01:00
Username
f5f2f8f363 containerfile: remove vendored jaraco from setuptools, purge pip cache
All checks were successful
CI / Security Scan (push) Successful in 22s
CI / Lint & Format (push) Successful in 24s
CI / Advanced Security Tests (push) Successful in 17s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Successful in 34s
CI / SBOM Generation (push) Successful in 20s
CI / Fuzz Testing (push) Successful in 26s
CI / Build & Push Image (push) Successful in 39s
CI / Harbor Vulnerability Scan (push) Successful in 37s
2026-01-20 08:28:26 +01:00
Username
5a05af4764 containerfile: use --no-deps to prevent jaraco.context downgrade
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 24s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Successful in 34s
CI / Fuzz Testing (push) Successful in 24s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 31s
CI / Harbor Vulnerability Scan (push) Successful in 34s
2026-01-20 08:25:16 +01:00
Username
329563f4b9 containerfile: force reinstall jaraco.context to fix GHSA-58pv
Some checks failed
CI / Security Scan (push) Successful in 19s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 33s
CI / Fuzz Testing (push) Successful in 24s
CI / SBOM Generation (push) Successful in 20s
CI / Harbor Vulnerability Scan (push) Has been cancelled
CI / Build & Push Image (push) Has been cancelled
2026-01-20 08:23:53 +01:00
Username
66d7948073 containerfile: consolidate security pins in requirements.txt
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 17s
CI / Memory Leak Check (push) Successful in 21s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Successful in 34s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 19s
CI / Build & Push Image (push) Successful in 42s
CI / Harbor Vulnerability Scan (push) Successful in 33s
2026-01-20 08:20:55 +01:00
Username
677cdff58d containerfile: upgrade base image pip and jaraco.context
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 33s
CI / Fuzz Testing (push) Successful in 24s
CI / Harbor Vulnerability Scan (push) Has been cancelled
CI / SBOM Generation (push) Has been cancelled
CI / Build & Push Image (push) Has been cancelled
2026-01-20 08:19:41 +01:00
Username
aba81f908e containerfile: force upgrade pip and jaraco.context post-install
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 33s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 26s
CI / Harbor Vulnerability Scan (push) Successful in 34s
2026-01-20 08:16:49 +01:00
Username
e4b313041e containerfile: pin pip>=25.3 to fix CVE-2025-8869
All checks were successful
CI / Lint & Format (push) Successful in 21s
CI / Security Scan (push) Successful in 19s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 33s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 19s
CI / Build & Push Image (push) Successful in 29s
CI / Harbor Vulnerability Scan (push) Successful in 34s
2026-01-20 08:12:22 +01:00
Username
9c4c907f75 fpaste: add configurable endpoint prefix
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 33s
CI / Fuzz Testing (push) Successful in 24s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 42s
CI / Harbor Vulnerability Scan (push) Successful in 33s
- Add endpoint config key (FLASKPASTE_ENDPOINT env var)
- Add build_url() helper for URL construction
- Change default server to https://paste.mymx.me
- Support endpoint prefix in config file
2026-01-19 23:58:42 +01:00
Username
0f5742ccc2 containerfile: switch slim image to alpine base
Debian distroless had 5 critical CVEs (unfixed in Debian 12).
Alpine has active security patches and smaller footprint.
2026-01-19 23:58:34 +01:00
Username
54190487c8 kubernetes: use slim distroless image
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 32s
CI / Fuzz Testing (push) Successful in 26s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 17s
CI / Harbor Vulnerability Scan (push) Successful in 34s
2026-01-19 23:04:06 +01:00
Username
10c94f29dd ci: fix vuln count to exclude header line
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 33s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 17s
CI / Harbor Vulnerability Scan (push) Successful in 34s
2026-01-19 22:58:58 +01:00
Username
89b019d7df ci: fix vuln count parsing in harbor scan
Some checks failed
CI / Lint & Format (push) Successful in 22s
CI / Security Scan (push) Successful in 20s
CI / Advanced Security Tests (push) Successful in 16s
CI / Memory Leak Check (push) Successful in 20s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Successful in 34s
CI / Fuzz Testing (push) Successful in 24s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 17s
CI / Harbor Vulnerability Scan (push) Failing after 34s
2026-01-19 22:54:42 +01:00
Username
9302939890 ci: fix harbor-ctl scan/vulns command syntax
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 34s
CI / Fuzz Testing (push) Successful in 24s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 18s
CI / Harbor Vulnerability Scan (push) Failing after 34s
2026-01-19 22:49:18 +01:00
Username
c81988fc1a ci: add delay before harbor scan for image indexing
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 33s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 18s
CI / Harbor Vulnerability Scan (push) Failing after 23s
2026-01-19 22:47:02 +01:00
Username
46875fba0c ci: fresh run
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 32s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 20s
CI / Build & Push Image (push) Successful in 19s
CI / Harbor Vulnerability Scan (push) Failing after 9s
2026-01-19 22:36:09 +01:00
Username
1d90de95ac ci: retrigger after runner fix
Some checks failed
CI / Fuzz Testing (push) Blocked by required conditions
CI / SBOM Generation (push) Blocked by required conditions
CI / Build & Push Image (push) Blocked by required conditions
CI / Lint & Format (push) Successful in 22s
CI / Security Scan (push) Successful in 20s
CI / Advanced Security Tests (push) Successful in 15s
CI / Memory Leak Check (push) Successful in 19s
CI / Security Tests (push) Successful in 25s
CI / Unit Tests (push) Successful in 33s
CI / Harbor Vulnerability Scan (push) Has been cancelled
2026-01-19 22:24:45 +01:00