Skip to content

Commit

Permalink
Merge pull request #10003 from pdeslaur/tkn
Browse files Browse the repository at this point in the history
tkn: Fix vulnerabilities
  • Loading branch information
imjasonh authored Dec 16, 2023
2 parents 582a112 + 4fdbaa0 commit 627628b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions tkn.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tkn
version: 0.33.0
epoch: 1
epoch: 2
description: A CLI for interacting with Tekton!
copyright:
- license: Apache-2.0
Expand All @@ -15,10 +15,16 @@ environment:
- go

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://github.com/tektoncd/cli/archive/v${{package.version}}.tar.gz
expected-sha256: 18888780d58e1cd88fc943a6b15c9940599383466d33e11fa96f61f83bd755bc
repository: https://github.com/tektoncd/cli
tag: v${{package.version}}
expected-commit: 50af2e7bb1d5cf89b44798a23657276251277417

- uses: go/bump
with:
deps: github.com/go-jose/go-jose/[email protected] github.com/sigstore/cosign/[email protected] k8s.io/[email protected] k8s.io/[email protected] k8s.io/[email protected] k8s.io/[email protected]
go-version: "1.21"

- runs: |
make bin/tkn
Expand Down

0 comments on commit 627628b

Please sign in to comment.