Skip to content

Commit

Permalink
Merge pull request #25338 from wolfi-dev/cve-istio-operator-1.22-36b6…
Browse files Browse the repository at this point in the history
…71989ad13000c1c8c11d7d8ad0f0

istio-operator-1.22/1.22.3-r0: cve remediation
  • Loading branch information
hectorj2f authored Jul 31, 2024
2 parents 936196a + db439e1 commit b26d44d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion istio-operator-1.22.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: istio-operator-1.22
version: 1.22.3
epoch: 0
epoch: 1
description: Istio operator provides user friendly options to operate the Istio service mesh
copyright:
- license: Apache-2.0
Expand All @@ -25,6 +25,10 @@ pipeline:
tag: ${{package.version}}
expected-commit: 1e0dc8dd88091532084e55b18efbd5c066516571

- uses: go/bump
with:
deps: github.com/docker/[email protected]

- uses: go/build
with:
packages: ./operator/cmd/operator
Expand Down

0 comments on commit b26d44d

Please sign in to comment.