Skip to content

Commit

Permalink
Merge pull request #11 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update kubewarden/github-actions action to v3.1.10
  • Loading branch information
flavio authored Oct 16, 2023
2 parents f2dd5d8 + a0af7b5 commit 7ca01f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected].4
uses: kubewarden/github-actions/.github/workflows/[email protected].10

release:
needs: test
Expand All @@ -23,6 +23,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/[email protected].4
uses: kubewarden/github-actions/.github/workflows/[email protected].10
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name # FIXME
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected].4
uses: kubewarden/github-actions/.github/workflows/[email protected].10
6 changes: 5 additions & 1 deletion artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version: 0.0.1-unreleased
name: policy-name
displayName: Policy Name
createdAt: 2023-03-27T08:51:59.444063865Z
createdAt: 2023-10-16T15:00:36.269626927Z
description: Short description
license: Apache-2.0
homeURL: https://github.com/yourorg/policy-name
Expand All @@ -28,6 +28,10 @@ install: |
```console
kwctl pull ghcr.io/yourorg/policies/policy-name:v0.0.1-unreleased
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/yourorg/policies/policy-name:v0.0.1-unreleased
```
maintainers:
- name: Author name
email: [email protected]
Expand Down

0 comments on commit 7ca01f1

Please sign in to comment.