Skip to content

Commit

Permalink
istio-pilot-discovery-fips-1.19/1.19.6-r0: fix GHSA-7f9x-gw85-8grf (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
chainguardian authored Jan 24, 2024
1 parent 8817f09 commit 1157014
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions istio-pilot-discovery-fips-1.19.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: istio-pilot-discovery-fips-1.19
version: 1.19.6
epoch: 0
epoch: 1
description: Istio controller
copyright:
- license: Apache-2.0
Expand All @@ -12,8 +12,8 @@ package:
environment:
contents:
packages:
- ca-certificates-bundle
- busybox
- ca-certificates-bundle
- go-fips
environment:
CGO_ENABLED: "0"
Expand All @@ -25,6 +25,10 @@ pipeline:
tag: ${{package.version}}
expected-commit: 1e08d21d684dfe61e9746abe24ea9f3c99acde62

- uses: go/bump
with:
deps: github.com/lestrrat-go/jwx@v1.2.27

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

0 comments on commit 1157014

Please sign in to comment.