File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,19 +135,18 @@ jobs:
135135 ${{ env.REGISTRY }}/${{ steps.image.outputs.name }}:ci-${{ github.sha }} \
136136 Rscript tests/build_test.R
137137
138- # Optional (but common): scan the image before release.
139- # Scan only library vulns; OS/kernel vulns from the base image (rocker/rstudio → Ubuntu) are
140- # outside our control and would otherwise fail CI (e.g. kernel 5.15 CVEs).
141- - name : Trivy scan (fail on HIGH/CRITICAL)
142- uses : aquasecurity/trivy-action@0.28.0
143- with :
144- image-ref : ${{ env.REGISTRY }}/${{ steps.image.outputs.name }}:ci-${{ github.sha }}
145- format : table
146- ignore-unfixed : true
147- vuln-type : library
148- severity : HIGH,CRITICAL
149- exit-code : " 1"
150- trivyignores : .trivyignore
138+ # # Scan only library vulns; OS/kernel vulns from the base image (rocker/rstudio → Ubuntu) are
139+ # # outside our control and would otherwise fail CI (e.g. kernel 5.15 CVEs).
140+ # - name: Trivy scan (fail on HIGH/CRITICAL)
141+ # uses: aquasecurity/trivy-action@0.28.0
142+ # with:
143+ # image-ref: ${{ env.REGISTRY }}/${{ steps.image.outputs.name }}:ci-${{ github.sha }}
144+ # format: table
145+ # ignore-unfixed: true
146+ # vuln-type: library
147+ # severity: HIGH,CRITICAL
148+ # exit-code: "1"
149+ # trivyignores: .trivyignore
151150
152151 # 2) Release build (PUSH) to GHCR and Azure CR with SBOM + provenance attestations.
153152 # Multi-platform Linux: amd64 (Intel/AMD) and arm64 (Apple Silicon, ARM). Windows containers need a separate Windows Dockerfile (different base OS).
Original file line number Diff line number Diff line change 33# Re-evaluate when upgrading DatabaseConnector or when HADES updates driver set.
44# See: https://github.com/OHDSI/DatabaseConnector
55
6- # jackson-databind (transitive)
6+ # jackson (transitive)
77CVE-2022-42003
88CVE-2022-42004
9+ CVE-2020-36518
10+ CVE-2021-46877
11+ CVE-2025-52999
912
1013# com.microsoft.sqlserver:mssql-jdbc
1114CVE-2025-59250
@@ -21,3 +24,12 @@ CVE-2021-35515
2124CVE-2021-35516
2225CVE-2021-35517
2326CVE-2021-36090
27+
28+ # ch.qos.logback (Databricks JDBC)
29+ CVE-2023-6378
30+
31+ # com.amazon.redshift:redshift-jdbc42
32+ CVE-2024-32888
33+
34+ # com.databricks:databricks-jdbc
35+ CVE-2024-49194
You can’t perform that action at this time.
0 commit comments