Skip to content

Commit dd766bb

Browse files
authored
Update jitsucom-bulker.yaml
Signed-off-by: Debasish Biswas <[email protected]>
1 parent d366e6f commit dd766bb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

jitsucom-bulker.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,27 @@ pipeline:
2323
- uses: go/bump
2424
with:
2525
# Mitigate CVE-2023-45288
26-
deps: golang.org/x/[email protected] github.com/dvsekhvalnov/[email protected]
26+
deps: golang.org/x/[email protected]
2727
modroot: ingest
2828

2929
- uses: go/bump
3030
with:
3131
# Mitigate CVE-2023-45288
32-
deps: golang.org/x/[email protected] github.com/dvsekhvalnov/[email protected]
32+
deps: golang.org/x/[email protected]
3333
modroot: ingress-manager
3434

3535
- uses: go/bump
3636
with:
3737
# Mitigate CVE-2023-45288
38-
deps: golang.org/x/[email protected] github.com/dvsekhvalnov/[email protected]
38+
deps: golang.org/x/[email protected]
3939
modroot: sync-controller
4040

41+
- uses: go/bump
42+
with:
43+
# Mitigate GHSA-6294-6rgp-fr7r
44+
deps: github.com/dvsekhvalnov/[email protected]
45+
modroot: bulkerlib
46+
4147
data:
4248
- name: commands
4349
items:

0 commit comments

Comments
 (0)