Add Dependency Security Audit workflow #4#5
Conversation
|
Hi @andergmartins While testing this workflow on cart, https://github.com/publishpress/publishpress-cart/pull/191, It's flagging a vulnerability in The reported advisory is not coming from plugin runtime code but a dev dependency chain in the lockfile
You can see the failure on the link shared above. So there are two possible directions:
That would align the workflow with shipped dependency risk, and avoid failures caused only by CI/dev tooling packages. Please confirm which policy we want for this workflow:
|
The workflow should run on PRs/commits to detect vulnerable dependencies (Composer packages). Flags packages with known security issues before they reach production. fix #4
The workflow is tested here: https://github.com/publishpress/publishpress-cart/pull/191