Skip to content

Commit

Permalink
Merge pull request Checkmarx#6719 from Checkmarx/kics-1068
Browse files Browse the repository at this point in the history
fix(query): dockercompose Host Namespace is Shared
  • Loading branch information
asofsilva authored Sep 12, 2023
2 parents e5a90fc + fd46bb8 commit 432f8c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ CxPolicy[result] {
"documentId": sprintf("%s", [resource.id]),
"searchKey": sprintf("services.%s",[name]),
"issueType": "MissingAttribute",
"keyExpectedValue": "There shouldn't be a pid mode declared",
"keyActualValue": "There is no pid declared",
"keyExpectedValue": "There should be a pid mode declared other than 'host'",
"keyActualValue": "There is no pid mode declared",
"searchLine": common_lib.build_search_line(["services", name], []),
}
}

0 comments on commit 432f8c2

Please sign in to comment.