Skip to content

Commit

Permalink
volume-modifier-for-k8s/0.2.0-r0: fix GHSA-8pgv-569h-w5rw
Browse files Browse the repository at this point in the history
  • Loading branch information
chainguardian committed Jan 19, 2024
1 parent df092b5 commit 647e93a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions volume-modifier-for-k8s.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: volume-modifier-for-k8s
version: 0.2.0
epoch: 0
epoch: 1
description: volume-modifier-for-k8s is a sidecar deployed alongside CSI drivers to enable volume modification through annotations on the PVC.
copyright:
- license: Apache-2.0
Expand All @@ -15,17 +15,21 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 0a7adf05fc48053f322c38bf36fdbe276d835131
repository: https://github.com/awslabs/volume-modifier-for-k8s
tag: v${{package.version}}
expected-commit: 0a7adf05fc48053f322c38bf36fdbe276d835131

# TODO: Add support for plugins
- uses: go/bump
with:
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected]
modroot: .

- uses: go/build
with:
packages: ./cmd
output: volume-modifier-for-k8s
ldflags: "-X main.version=${{package.version}}"
ldflags: -X main.version=${{package.version}}
modroot: .
output: volume-modifier-for-k8s
packages: ./cmd

- uses: strip

Expand Down

0 comments on commit 647e93a

Please sign in to comment.