diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc70e0c..33efaf2 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-go.yml@v3.1.9 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.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-go.yml@v3.1.9 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.1.10 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/safe-labels diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67bccd5..677ff7c 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-go.yml@v3.1.9 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.1.10 diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 9034253..fdbbe11 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -7,7 +7,7 @@ version: 0.1.14 name: safe-labels displayName: Safe Labels -createdAt: 2023-07-28T08:50:55.333527563Z +createdAt: 2023-10-16T08:31:39.047026359Z description: A policy that validates Kubernetes' resource labels license: Apache-2.0 homeURL: https://github.com/kubewarden/safe-labels-policy @@ -26,6 +26,10 @@ install: | ```console kwctl pull ghcr.io/kubewarden/policies/safe-labels:v0.1.14 ``` + Then, generate the policy manifest and tune it to your liking. For example: + ```console + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/safe-labels:v0.1.14 + ``` maintainers: - name: Kubewarden developers email: cncf-kubewarden-maintainers@lists.cncf.io