I have added the CPPCheck plugin into my jenkinsfile in the form of a script with all necessary required parameters that my project may need and it works completely fine, scanning & giving me issues wherever present within my code. My question is, is it possible to add a flag or to integrate some type of button or anything remotely similar within my pipeline or anywhere in the msi installer file so that whenever I come across an issue which I know to be false-positive I directly mark it as such and continue further & also it shouldn't be visible the next time the code is being built, or in any new PR ?