Skip to content

Commit 044d98a

Browse files
committed
debug actions
1 parent 05cf0b9 commit 044d98a

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
vuln-type: library
148148
severity: HIGH,CRITICAL
149149
exit-code: "1"
150+
trivyignores: .trivyignore
150151

151152
# 2) Release build (PUSH) to GHCR and Azure CR with SBOM + provenance attestations.
152153
# Multi-platform Linux: amd64 (Intel/AMD) and arm64 (Apple Silicon, ARM). Windows containers need a separate Windows Dockerfile (different base OS).

.trivyignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Library CVEs from transitive JDBC/Java deps (DatabaseConnector::downloadJdbcDrivers).
2+
# Versions are controlled by HADES/CRAN; we do not ship or patch these JARs.
3+
# Re-evaluate when upgrading DatabaseConnector or when HADES updates driver set.
4+
# See: https://github.com/OHDSI/DatabaseConnector
5+
6+
# jackson-databind (transitive)
7+
CVE-2022-42003
8+
CVE-2022-42004
9+
10+
# com.microsoft.sqlserver:mssql-jdbc
11+
CVE-2025-59250
12+
13+
# commons-io
14+
CVE-2024-47554
15+
16+
# io.grpc:grpc-netty-shaded
17+
CVE-2025-55163
18+
19+
# org.apache.commons:commons-compress (Databricks JDBC)
20+
CVE-2021-35515
21+
CVE-2021-35516
22+
CVE-2021-35517
23+
CVE-2021-36090

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.PHONY: push
2+
3+
push:
4+
git add .
5+
git commit -m "debug actions"
6+
git push

0 commit comments

Comments
 (0)