cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1k stars 376 forks source link

fix: update cypress/factory to Debian 12.6 #1138

Open MikeMcC399 opened 5 days ago

MikeMcC399 commented 5 days ago

Issue

Change

Update to debian:12.6-slim in cypress/factory, specifying exact version of Debian for documentation clarity of version in use.

Verification

On Ubuntu 22.04.4 LTS, Node.js v20.15.0 LTS

Execute:

cd factory
docker compose build factory
docker compose build

and confirm that all images are built without errors or warnings.

Continue with

cd test-project
set -a && . ../.env && set +a
docker compose run test-factory-all-included

and confirm that the image builds without errors or warnings and runs successfully.

cypress-app-bot commented 5 days ago
MikeMcC399 commented 5 days ago

All fixed issues from Debian are now included

Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)

$ trivy image --ignore-unfixed  cypress/factory:4.0.3
2024-07-03T11:25:05+02:00       INFO    Vulnerability scanning is enabled
2024-07-03T11:25:05+02:00       INFO    Secret scanning is enabled
2024-07-03T11:25:05+02:00       INFO    If your scanning is slow, please try '--scanners vuln' to disable secret scanning
2024-07-03T11:25:05+02:00       INFO    Please see also https://aquasecurity.github.io/trivy/v0.53/docs/scanner/secret#recommendation for faster secret detection
2024-07-03T11:25:05+02:00       INFO    Detected OS     family="debian" version="12.6"
2024-07-03T11:25:05+02:00       INFO    [debian] Detecting vulnerabilities...   os_version="12" pkg_num=282
2024-07-03T11:25:05+02:00       INFO    Number of language-specific files       num=0
2024-07-03T11:25:05+02:00       WARN    Using severities from other vendors for some vulnerabilities. Read https://aquasecurity.github.io/trivy/v0.53/docs/scanner/vulnerability#severity-selection for details.

cypress/factory:4.0.3 (debian 12.6)

Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)
MikeMcC399 commented 5 days ago
MikeMcC399 commented 5 days ago

Ready for review and merge