Skip to content

Commit

Permalink
Add vulnerability support in roleinitcfg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
minchao authored and williamlin-suse committed Dec 24, 2024
1 parent 604f7ce commit 1fb7d5e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/5.0.0/initcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ data:
- id: admctrl
read: true
write: true
- id: vulnerability
read: true
write: true
- id: compliance
read: true
write: true
Expand Down
3 changes: 3 additions & 0 deletions kubernetes/5.2.0/initcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ data:
- id: admctrl
read: true
write: true
- id: vulnerability
read: true
write: true
- id: compliance
read: true
write: true
Expand Down
3 changes: 3 additions & 0 deletions kubernetes/5.3.0/initcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ data:
- id: admctrl
read: true
write: true
- id: vulnerability
read: true
write: true
- id: compliance
read: true
write: true
Expand Down
3 changes: 3 additions & 0 deletions kubernetes/5.4.0/initcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ data:
- id: admctrl
read: true
write: true
- id: vulnerability
read: true
write: true
- id: compliance
read: true
write: true
Expand Down
3 changes: 3 additions & 0 deletions kubernetes/latest/initcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ data:
- id: admctrl
read: true
write: true
- id: vulnerability
read: true
write: true
- id: compliance
read: true
write: true
Expand Down

0 comments on commit 1fb7d5e

Please sign in to comment.