Ignoring findings
You can ignore findings by adding comments in the format # gitlab-ci-verify: ignore:<check_id>
to your CI YAML files.
This works in several places:
In the same line as the finding:
Place the ignore comment at the end of the affected line
In the line above the finding:
Place the ignore comment above the line with the finding
Globally for the file of the finding:
Add a ignore comment to the top of the file to ignore a finding for an entire file.