Skip to content

Commit b1d1034

Browse files
feat: [DGP-165] Low-level Unified Test API client (#331)
2 parents 8884fd0 + f4e5819 commit b1d1034

File tree

13 files changed

+8174
-15
lines changed

13 files changed

+8174
-15
lines changed

.gitleaksignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ b0ba7f6ed181c23a5c6532cf6f124b731d390f86:internal/presenters/testdata/with-ignor
1010
b0ba7f6ed181c23a5c6532cf6f124b731d390f86:internal/presenters/testdata/with-ignores.json:generic-api-key:224
1111
b0ba7f6ed181c23a5c6532cf6f124b731d390f86:internal/presenters/testdata/with-ignores.json:generic-api-key:474
1212
b0ba7f6ed181c23a5c6532cf6f124b731d390f86:internal/presenters/testdata/with-ignores.json:generic-api-key:539
13+
57ac8440ab40cf8cf6eaa6600c3c5acd1b0272d2:internal/presenters/testdata/with-ignores-with-status.json:generic-api-key:159
14+
57ac8440ab40cf8cf6eaa6600c3c5acd1b0272d2:internal/presenters/testdata/with-ignores-with-status.json:generic-api-key:224
15+
57ac8440ab40cf8cf6eaa6600c3c5acd1b0272d2:internal/presenters/testdata/with-ignores-with-status.json:generic-api-key:474
16+
57ac8440ab40cf8cf6eaa6600c3c5acd1b0272d2:internal/presenters/testdata/with-ignores-with-status.json:generic-api-key:539
1317
237c7f05ec087733fa7929ee9fa3db2bd56bdba4:pkg/logging/scrubbingLogWriter_test.go:github-fine-grained-pat:188
1418
237c7f05ec087733fa7929ee9fa3db2bd56bdba4:pkg/logging/scrubbingLogWriter_test.go:github-pat:183
1519
237c7f05ec087733fa7929ee9fa3db2bd56bdba4:pkg/logging/scrubbingLogWriter_test.go:snyk-api-token:208

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ require (
2424
)
2525

2626
require (
27+
github.com/cenkalti/backoff/v4 v4.3.0
2728
github.com/go-git/go-git/v5 v5.14.0
2829
github.com/gofrs/flock v0.12.1
2930
github.com/mattn/go-isatty v0.0.20

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkY
1717
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
1818
github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8=
1919
github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w=
20+
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
21+
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
2022
github.com/charmbracelet/lipgloss v0.10.0 h1:KWeXFSexGcfahHX+54URiZGkBFazf70JNMtwg/AFW3s=
2123
github.com/charmbracelet/lipgloss v0.10.0/go.mod h1:Wig9DSfvANsxqkRsqj6x87irdy123SR4dOXlKa91ciE=
2224
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-04-23T13:03:04Z main 58605ab184f568c3e0df182cdd64e27743dba46c

0 commit comments

Comments
 (0)