Skip to content

Commit

Permalink
fix CVEs kubeflow-pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: mauricio-dc-chainguard <mauricio.diazcernas@chainguard.dev>
  • Loading branch information
mauricio-dc-chainguard committed Apr 24, 2024
1 parent 8e58453 commit 549c422
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kubeflow-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ pipeline:
repository: https://github.com/kubeflow/pipelines
tag: ${{package.version}}
expected-commit: f328f0b588c35cdf1e5b31638fbe3596b2f38413

#Fix idna CVE
- runs: |
sed -i 's/idna==3\.4/idna==3.7/g' backend/requirements.txt
- uses: go/bump
with:
Expand Down Expand Up @@ -83,7 +87,7 @@ subpackages:
pipeline:
- uses: go/bump
with:
deps: golang.org/x/net@v0.17.0 golang.org/x/crypto@v0.17.0
deps: golang.org/x/net@v0.23.0 golang.org/x/crypto@v0.21.0 k8s.io/kubernetes@v1.27.13
modroot: .
- runs: |
cd backend
Expand Down

0 comments on commit 549c422

Please sign in to comment.