Skip to content

Commit

Permalink
Merge pull request #39 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 99442a0 + c1b9c1b commit 05c030a
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].9
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].9
uses: kubewarden/github-actions/.github/workflows/[email protected].10
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/readonly-root-filesystem-psp
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].9
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.1.6
name: readonly-root-filesystem-psp
displayName: Readonly Root Filesystem PSP
createdAt: 2023-07-11T13:25:47.728299208Z
createdAt: 2023-10-16T08:40:25.311617793Z
description: A Kubewarden policy that enforces root filesystem to be readonly
license: Apache-2.0
homeURL: https://github.com/kubewarden/readonly-root-filesystem-psp-policy
Expand All @@ -29,6 +29,10 @@ install: |
```console
kwctl pull ghcr.io/kubewarden/policies/readonly-root-filesystem-psp:v0.1.6
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/readonly-root-filesystem-psp:v0.1.6
```
maintainers:
- name: Kubewarden developers
email: [email protected]
Expand Down

0 comments on commit 05c030a

Please sign in to comment.