[PM-11858] Add GitHub workflows for auditing and building PRs - #1031
Conversation
- Introduced `audit.yml` to run npm audit on main, rc, and hotfix-rc branches. - Added `build-pr.yml` to perform Webpack build checks on pull requests affecting specific paths. - Updated `build.yml` to replace `npm install` with `npm ci` for consistency in dependency management and added HUSKY environment variable.
|
New Issues (2)Checkmarx found the following issues in this Pull Request
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1031 +/- ##
=====================================
Coverage 6.79% 6.79%
=====================================
Files 67 67
Lines 2798 2798
Branches 483 483
=====================================
Hits 190 190
Misses 2576 2576
Partials 32 32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Claude finished @JaredScar's task in 3m 8s —— View job Pull Request Review: PM-11858 Add GitHub workflows for auditing and building PRsOverviewThis PR adds two new GitHub workflows ( Re-Review Summary (2026-03-11)The previous finding regarding incomplete No remaining findings.What looks good:
|
|
jrmccannon
left a comment
There was a problem hiding this comment.
If audit is supposed to be failing. Mission success





🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-11858
📔 Objective
Add new GitHub workflows to keep DC more modernized