Skip to content

Commit 1dcd14d

Browse files
policy-controller/0.13.0 package update (#58164)
<p align="center"> <img src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg" /> </p> Signed-off-by: wolfi-bot <[email protected]> Co-authored-by: wolfi-bot <[email protected]>
1 parent a89f243 commit 1dcd14d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

policy-controller.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: policy-controller
3-
version: "0.12.1"
4-
epoch: 3
3+
version: "0.13.0"
4+
epoch: 0
55
description: The policy admission controller used to enforce policy on a cluster on verifiable supply-chain metadata from cosign.
66
copyright:
77
- license: Apache-2.0
@@ -20,17 +20,10 @@ environment:
2020
pipeline:
2121
- uses: git-checkout
2222
with:
23-
expected-commit: e58d7f5acbe8b8cfded12b04c99d72192d9503a9
23+
expected-commit: caf740da63eac5e4ad55cfda3b47ad910320c3a3
2424
repository: https://github.com/sigstore/policy-controller
2525
tag: v${{package.version}}
2626

27-
- uses: go/bump
28-
with:
29-
deps: |-
30-
github.com/open-policy-agent/[email protected]
31-
github.com/cloudflare/[email protected]
32-
github.com/go-viper/mapstructure/[email protected]
33-
3427
- runs: |
3528
mkdir -p "${{targets.destdir}}/usr/bin"
3629
make policy-controller && mv policy-controller "${{targets.destdir}}/usr/bin/policy-controller"

0 commit comments

Comments
 (0)