acquia / blt

Acquia's toolset for automating Drupal 10 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

BLT-5225: Replace drush pm:security with composer audit #4704

Closed danepowell closed 9 months ago

danepowell commented 9 months ago

Motivation

pm:security was removed in Drush 12.3.0: https://github.com/drush-ops/drush/releases

Proposed changes

Replace pm:security with composer audit. It's not a 1:1 replacement, since composer audit has much broader scope, but there's not an alternative.