False Positive Failure Check In cncf-kubernetes #47434
Unanswered
enchant3dmango
asked this question in
Show and tell
Replies: 1 comment 2 replies
-
I dismissed it as "false positive". |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I previously created a PR at #47406. However, the code scanning results (CodeQL) always fail because of the following message.
I think this is flagged as sensitive data because of the code at kube_config#L32 that set the field
display_sensitive
to True.The
deserialize_model_file
function (the function I modified in the attached PR) is indirectly used to kube_config#L32 via therender_k8s_pod_yaml
function, in template_rendering.py#L59.Should I update the
display_sensitive
to False?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions