Issue #3606381 by dydave: Gitlab CI: Enabled automated security scans.
https://www.drupal.org/project/image_link_formatter/issues/3606381
Enabled Gitlab CI security scans:
- Added code for
composer auditand variableRUN_JOB_SECRET_DETECTIONfor secret detection, but commented out, since they don't seem really necessary in the project for now. - Enabled
GitLab Advanced SASTfor comprehensive PHP/JS scanning of the module's source code. - Enabled
semgrep-sastfor additional language support (limited scope) of the module's source code.