Issue #3606556 by dydave: Gitlab CI: Enabled automated security scans.
https://www.drupal.org/project/block_class/issues/3606556
Ported from MR !84 (merged) on the 3.1.x branch.
Enabled Gitlab CI security scans:
- Added code for
composer audit, but commented out, since it does not seem really necessary in the project for now, since the module has no dependency other than Drupal core. - Added variable
RUN_JOB_SECRET_DETECTIONfor secret detection. - 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.