Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions policy-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: policy-controller
version: 0.8.4
epoch: 5
version: 0.9.0
epoch: 0
description: The policy admission controller used to enforce policy on a cluster on verifiable supply-chain metadata from cosign.
copyright:
- license: Apache-2.0
Expand All @@ -20,14 +20,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 8596f22c6b18dc5784ded99dd3896d585b2deb29
expected-commit: e5ab22a0cef2a810979e505ef4cf26518e468b5b
repository: https://github.com/sigstore/policy-controller
tag: v${{package.version}}

- uses: go/bump
with:
deps: github.com/go-jose/go-jose/[email protected] github.com/cloudflare/[email protected] gopkg.in/go-jose/[email protected] google.golang.org/[email protected] github.com/docker/[email protected]

- runs: |
mkdir -p "${{targets.destdir}}/usr/bin"
make policy-controller && mv policy-controller "${{targets.destdir}}/usr/bin/policy-controller"
Expand Down