Skip to content

Commit 5c5c005

Browse files
Update ghcr.io/kubewarden/policies/readonly-root-filesystem-psp Docker tag to v1.0.7 (#1051)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac216a0 commit 5c5c005

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/__tests__/__snapshots__/index.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,7 @@ exports[`transform_kubewarden readOnlyRootFilesystem 1`] = `
25782578
"name": "psp-readonlyrootfilesystem",
25792579
},
25802580
"spec": {
2581-
"module": "registry://ghcr.io/kubewarden/policies/readonly-root-filesystem-psp:v1.0.1",
2581+
"module": "registry://ghcr.io/kubewarden/policies/readonly-root-filesystem-psp:v1.0.7",
25822582
"mutating": false,
25832583
"rules": [
25842584
{

src/kubewarden.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function transform_kubewarden(PSP: k8s.V1beta1PodSecurityPolicy): object[
1414
if (PSP.spec?.readOnlyRootFilesystem === true)
1515
policies.push(mod.kubewarden_policy_helper(
1616
'readOnlyRootFilesystem',
17-
'registry://ghcr.io/kubewarden/policies/readonly-root-filesystem-psp:v1.0.1',
17+
'registry://ghcr.io/kubewarden/policies/readonly-root-filesystem-psp:v1.0.7',
1818
))
1919

2020
policies.push(mod.kubewarden_policy_helper(

tests/readOnlyRootFilesystem/kubewarden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: readonlyrootfilesystem
55
spec:
66
policyServer: default
7-
module: registry://ghcr.io/kubewarden/policies/readonly-root-filesystem-psp:v1.0.1
7+
module: registry://ghcr.io/kubewarden/policies/readonly-root-filesystem-psp:v1.0.7
88
rules:
99
- apiGroups: [""]
1010
apiVersions: ["v1"]

0 commit comments

Comments
 (0)