Skip to content

Commit

Permalink
refactor(ci): fix cve (#444)
Browse files Browse the repository at this point in the history
Fix CVEs:
CVE-2024-45310
CVE-2024-9341
---------
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer authored Oct 14, 2024
1 parent 9e03159 commit 98d0097
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions images/virt-artifact/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ shell:
done
- go mod edit -go={{ $goVersion }}
- go mod download
- |
go get github.com/opencontainers/[email protected]
go get github.com/containers/[email protected]
go get github.com/go-openapi/[email protected]
go get github.com/onsi/gomega/matchers/support/goraph/[email protected]
go get github.com/cilium/ebpf/[email protected]
go get github.com/cilium/ebpf/[email protected]
go mod vendor
setup:
- mkdir /kubevirt-binaries
Expand Down

0 comments on commit 98d0097

Please sign in to comment.