Merge pull request #1831 from PhilipGough/kubescape-update

kubescape: Add exception for Prometheus SA auto mount of token
This commit is contained in:
Philip Gough
2022-08-08 10:55:59 +01:00
committed by GitHub

View File

@@ -40,6 +40,13 @@
"kind": "Deployment",
"name": "prometheus-operator"
}
},
{
"designatorType": "Attributes",
"attributes": {
"kind": "ServiceAccount",
"name": "prometheus-k8s"
}
}
],
"posturePolicies": [
@@ -75,4 +82,4 @@
}
]
}
]
]