Improve Rule kubernetes:S6864

in my K8S yaml’s I have the resources set as:

resources:
  limits:
    memory: #{To_Be_Replaced_by_pipeline}#
    cpu: #{Also_to_be_replaced}#

But sonar doesn’t figure this out and appoints this as a security problem!

How can we teach sonar, at a central location, that memory: #{To_Be_Replaced_by_pipeline}# is OK?!? I don’t have to go project by project declaring this as a false positive!

I’ve moved your post to the section on reporting false-positives.

What version of SonarQube are you using?