Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update kubewarden/github-actions action to v3.1.10 #38

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/allowed-proc-mount-types-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.9
name: allowed-proc-mount-types-psp
displayName: Allowed Proc Mount Types PSP
createdAt: 2023-07-07T17:53:44.474033628Z
createdAt: 2023-10-16T08:29:41.923293545Z
description: Replacement for the Kubernetes Pod Security Policy that controls the usage of /proc mount types
license: Apache-2.0
homeURL: https://github.com/kubewarden/allowed-proc-mount-types-psp-policy
Expand All @@ -28,6 +28,10 @@ install: |
```console
kwctl pull ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp:v0.1.9
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp:v0.1.9
```
maintainers:
- name: Kubewarden developers
email: [email protected]
Expand Down
Loading