Skip to content

Commit

Permalink
Merge pull request #58 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 committed Oct 16, 2023
2 parents 7ae51ee + 08c2d08 commit 8a91204
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/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
Expand All @@ -22,6 +22,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/selinux-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/reusable-test-policy-rust.yml@v3.1.9
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.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.12
name: selinux-psp
displayName: Selinux PSP
createdAt: 2023-07-10T16:19:45.037972206Z
createdAt: 2023-10-16T07:24:37.086889634Z
description: Replacement for the Kubernetes Pod Security Policy that controls the usage of SELinux
license: Apache-2.0
homeURL: https://github.com/kubewarden/selinux-psp-policy
Expand All @@ -29,6 +29,10 @@ install: |
```console
kwctl pull ghcr.io/kubewarden/policies/selinux-psp:v0.1.12
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/selinux-psp:v0.1.12
```
maintainers:
- name: Kubewarden developers
email: cncf-kubewarden-maintainers@lists.cncf.io
Expand Down

0 comments on commit 8a91204

Please sign in to comment.