forked from cartsnitch/cartsnitch
d4f7194d3f
Adds an audit job to the CI workflow that runs npm audit with --audit-level=high, failing the job on critical or high severity vulnerabilities. Runs in parallel with lint and test, and does not gate the build-and-push jobs. Co-Authored-By: Paperclip <noreply@paperclip.ing>