diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bea6bba..8831bb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.9 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.10 release: needs: test @@ -23,6 +23,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.9 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.10 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/readonly-root-filesystem-psp diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c60549..ccee91f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.9 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.10 diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 548d5d8..03276e6 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -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 @@ -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: cncf-kubewarden-maintainers@lists.cncf.io