Skip to content

Commit

Permalink
Adding CR fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Jul 25, 2024
1 parent 86e5ebb commit ef079e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rules/unauthenticated-service/raw.rego
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deny contains msga if {
"alertMessage": sprintf("Unauthenticated service %v exposes %v", [service_name, wl.metadata.name]),
"alertScore": 7,
"fixPaths": [],
"reviewPaths": ["spec"],
"reviewPaths": [],
"failedPaths": [],
"packagename": "armo_builtins",
"alertObject": {"k8sApiObjects": [wl]},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"reviewPaths": ["spec"]
}
],
"reviewPaths": ["spec"],
"reviewPaths": [],
"ruleStatus": ""
}
]

0 comments on commit ef079e7

Please sign in to comment.