You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHROME_RUNNER_X86_DEPLOYMENT.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,37 @@
1
-
# Using Ubuntu Resolute for Chrome Runner
1
+
# Chrome Runner x86 Deployment Guide
2
+
3
+
## Ubuntu Resolute Base Image
2
4
3
5
The Chrome runner image is built on `ubuntu:resolute` to ensure compatibility with the latest browser and UI testing dependencies. This approach may result in more reported CVEs due to pre-release packages.
4
6
5
-
####CVE Handling
7
+
## CVE Handling
6
8
7
9
- All app-level dependencies are patched using npm `overrides` and local installs.
8
10
- CVEs in npm's internal modules are documented and tracked; they do not impact runner security.
9
11
- Trivy scans are automated in all test scripts, and results are stored for compliance and audit.
0 commit comments