Skip to content

Commit

Permalink
add missing delete paths
Browse files Browse the repository at this point in the history
Signed-off-by: YiscahLevySilas1 <[email protected]>
  • Loading branch information
YiscahLevySilas1 committed Oct 15, 2023
1 parent e07de44 commit ef856b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/rule-credentials-configmap/raw.rego
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ deny[msga] {
msga := {
"alertMessage": sprintf("this configmap has sensitive information: %v", [configmap.metadata.name]),
"alertScore": 9,
"deletePaths": [path],
"failedPaths": [path],
"fixPaths": [],
"packagename": "armo_builtins",
Expand Down Expand Up @@ -81,6 +82,7 @@ deny[msga] {
msga := {
"alertMessage": sprintf("this configmap has sensitive information: %v", [configmap.metadata.name]),
"alertScore": 9,
"deletePaths": [path],
"failedPaths": [path],
"fixPaths": [],
"packagename": "armo_builtins",
Expand Down

0 comments on commit ef856b7

Please sign in to comment.