Skip to content

Commit

Permalink
Update policy-controller.yaml
Browse files Browse the repository at this point in the history
policy-web hook is merged into policy controller in sigstore/policy-controller#717

Signed-off-by: Ajay Kemparaj <[email protected]>
  • Loading branch information
ajayk committed Jun 21, 2023
1 parent d130586 commit 714742e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions policy-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,11 @@ pipeline:
- runs: |
mkdir -p "${{targets.destdir}}/usr/bin"
make policy-controller && mv policy-controller "${{targets.destdir}}/usr/bin/policy-controller"
make policy-webhook && mv policy-webhook "${{targets.destdir}}/usr/bin/policy-webhook"
make policy-tester && mv policy-tester "${{targets.destdir}}/usr/bin/policy-tester"
- uses: strip

subpackages:
- name: "policy-controller-webhook"
description: "Webhook for ClusterImagePolicy"
dependencies:
runtime:
- ca-certificates-bundle
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}/usr/bin"
mv "${{targets.destdir}}/usr/bin/policy-webhook" "${{targets.subpkgdir}}/usr/bin/policy-webhook"
- name: "policy-controller-tester"
description: "CLI for testing ClusterImagePolicy resources"
dependencies:
Expand Down

0 comments on commit 714742e

Please sign in to comment.