Skip to content

Commit c371c03

Browse files
flux-image-reflector-controller/0.34.0-r3: cve remediation (#47829)
flux-image-reflector-controller/0.34.0-r3: fix GHSA-mh63-6h87-95cp Advisory data: https://github.com/wolfi-dev/advisories/blob/main/flux-image-reflector-controller.advisories.yaml --- ### "Breadcrumbs" for this automated service - **Source Code:** https://go/cve-remedy-automation-source - **Logs:** https://go/cve-remedy-automation-logs - **Docs:** _(not provided yet)_ --------- Signed-off-by: Vivian Rook <vivian.rook@chainguard.dev> Co-authored-by: octo-sts[bot] <157150467+octo-sts@users.noreply.github.com> Co-authored-by: Vivian Rook <vivian.rook@chainguard.dev>
1 parent d9bca35 commit c371c03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flux-image-reflector-controller.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: flux-image-reflector-controller
33
version: "0.34.0"
4-
epoch: 3
4+
epoch: 4
55
description: GitOps Toolkit controller that scans container registries
66
copyright:
77
- license: Apache-2.0
@@ -27,6 +27,8 @@ pipeline:
2727
golang.org/x/oauth2@v0.27.0
2828
golang.org/x/crypto@v0.35.0
2929
golang.org/x/net@v0.36.0
30+
github.com/golang-jwt/jwt/v4@v4.5.2
31+
github.com/golang-jwt/jwt/v5@v5.2.2
3032
3133
- uses: go/build
3234
with:

0 commit comments

Comments
 (0)