Skip to content

Rewrite Dockerfile to use Ubuntu 24.04 base image instead of Debian to resolve CVE-2025-6020 #178

Rewrite Dockerfile to use Ubuntu 24.04 base image instead of Debian to resolve CVE-2025-6020

Rewrite Dockerfile to use Ubuntu 24.04 base image instead of Debian to resolve CVE-2025-6020 #178

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [main, dev]
jobs:
test:
permissions:
contents: read
uses: ./.github/workflows/test.yml
sonarqube:
permissions:
contents: read
issues: write
pull-requests: write
uses: ./.github/workflows/sonarqube.yml
synth:
permissions:
contents: read
uses: ./.github/workflows/synth.yml
build:
permissions:
contents: read
packages: write
pull-requests: write
uses: ./.github/workflows/build.yml
with:
push_to_registry: false
platforms: 'linux/amd64,linux/arm64'
secrets: inherit