Issue #3609437 by dydave: Gitlab CI: Enabled automated security scans.
https://www.drupal.org/project/admin_toolbar/issues/3609437
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. - Disabled testing for next major, since 3.x will not support D12.