sul-dlss / dlme-airflow

This is a new repository to capture the work related to the DLME ETL Pipeline and establish airflow
Apache License 2.0
1 stars 0 forks source link

[HOLD] Upgrade airflow #511

Closed aaron-collier closed 1 week ago

aaron-collier commented 1 month ago

This upgrade also addresses a number of medium, high, and critical vulnurabilities.

On main:

docker scout cves local://suldlss/dlme-airflow:latest
...
187 vulnerabilities found in 63 packages
  UNSPECIFIED  14
  LOW          54
  MEDIUM       63
  HIGH         49
  CRITICAL     7

After upgrade:

docker scout cves local://suldlss/dlme-airflow:latest
...
79 vulnerabilities found in 35 packages
  UNSPECIFIED  5
  LOW          47
  MEDIUM       14
  HIGH         13
  CRITICAL     0
aaron-collier commented 1 week ago

Closing in favor of #519