Skip to content

Commit 34732a8

Browse files
authored
Merge pull request #17631 from developer-guy/fix-cve
fix cve
2 parents f3c441d + 32408bf commit 34732a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

local-static-provisioner.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: local-static-provisioner
33
version: 2.7.0
4-
epoch: 0
4+
epoch: 1
55
description: Static provisioner of local volumes
66
copyright:
77
- license: Apache-2.0
@@ -29,14 +29,14 @@ pipeline:
2929

3030
- uses: go/bump
3131
with:
32-
deps: google.golang.org/protobuf@v1.33.0 golang.org/x/net@v0.23.0
32+
deps: google.golang.org/protobuf@v1.33.0 golang.org/x/net@v0.23.0 k8s.io/kubernetes@v1.27.13 k8s.io/apiserver@v0.27.13
3333

3434
- uses: go/build
3535
with:
3636
packages: ./cmd/local-volume-provisioner
3737
output: local-provisioner
3838
ldflags: -s -w -a -extldflags '-static'
39-
vendor: truei
39+
vendor: true
4040

4141
- runs: |
4242
mkdir -p ${{targets.contextdir}}/scripts

0 commit comments

Comments
 (0)