Skip to content

Commit

Permalink
Merge pull request #17631 from developer-guy/fix-cve
Browse files Browse the repository at this point in the history
fix cve
  • Loading branch information
mamccorm committed Apr 25, 2024
2 parents f3c441d + 32408bf commit 34732a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions local-static-provisioner.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: local-static-provisioner
version: 2.7.0
epoch: 0
epoch: 1
description: Static provisioner of local volumes
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -29,14 +29,14 @@ pipeline:

- uses: go/bump
with:
deps: google.golang.org/protobuf@v1.33.0 golang.org/x/net@v0.23.0
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

- uses: go/build
with:
packages: ./cmd/local-volume-provisioner
output: local-provisioner
ldflags: -s -w -a -extldflags '-static'
vendor: truei
vendor: true

- runs: |
mkdir -p ${{targets.contextdir}}/scripts
Expand Down

0 comments on commit 34732a8

Please sign in to comment.