Skip to content

Commit 97ef9d2

Browse files
committed
debug actions
1 parent 044d98a commit 97ef9d2

2 files changed

Lines changed: 25 additions & 14 deletions

File tree

.github/workflows/build-test-sign-image.yaml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff 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).

.trivyignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
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)
77
CVE-2022-42003
88
CVE-2022-42004
9+
CVE-2020-36518
10+
CVE-2021-46877
11+
CVE-2025-52999
912

1013
# com.microsoft.sqlserver:mssql-jdbc
1114
CVE-2025-59250
@@ -21,3 +24,12 @@ CVE-2021-35515
2124
CVE-2021-35516
2225
CVE-2021-35517
2326
CVE-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

0 commit comments

Comments
 (0)