File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ .PHONY : push
2+
3+ push :
4+ git add .
5+ git commit -m " debug actions"
6+ git push
You can’t perform that action at this time.
0 commit comments