-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
-
Developer Tools
Problem Statement/Rationale
The test-snyk job in draft-release.yaml runs generate-vulnerability-report, which reads .sbom/dependencies.json. That file is produced by the webpack build, but the job never builds the bundles, so the step fails with "ENOENT: no such file or directory" and blocks the draft release.
snyk-test.yaml already has the required build step; draft-release.yaml was never updated to match.
Steps to Reproduce
Start a draft release.
Expected Results
The CI is green.
Actual Results
The CI fails on "Snyk Test".