Skip to content

Commit

Permalink
add delete / review paths
Browse files Browse the repository at this point in the history
Signed-off-by: YiscahLevySilas1 <[email protected]>
  • Loading branch information
YiscahLevySilas1 committed Oct 1, 2023
1 parent 26f2a87 commit 1a552af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/pods-in-default-namespace/raw.rego
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ deny[msga] {
"alertMessage": sprintf("%v: %v has pods running in the 'default' namespace", [wl.kind, wl.metadata.name]),
"packagename": "armo_builtins",
"alertScore": 3,
"reviewPaths": failed_path,
"failedPaths": failed_path,
"fixPaths": fixed_path,
"alertObject": {
Expand Down

0 comments on commit 1a552af

Please sign in to comment.