I am trying to use phpcs-security-audit
by including GitLab's SAST template. It generates a report as expected, but the report is filled with warnings from libraries and specific warnings that I would like to ignore for the report to be useful.
If I ran phpcs
and phpcs-security-audit
myself, I could store settings in a config file. Storing settings in .phpcs.xml
works locally, but has no effect on GitLab's phpcs-security-audit
analyzer. I can't find any documentation for it. Is it possible to configure the analyzer, and if so how?