diff --git a/.grype.yml b/.grype.yml index 917b19b09..5f44af0d0 100644 --- a/.grype.yml +++ b/.grype.yml @@ -18,3 +18,8 @@ ignore: - fix-state: not-fixed - fix-state: wont-fix - fix-state: unknown + + # https://github.com/HHS/simpler-grants-gov/issues/2582 + - vulnerability: CVE-2024-34158 + - vulnerability: CVE-2024-34156 + - vulnerability: CVE-2024-34155 diff --git a/analytics/Makefile b/analytics/Makefile index 34fff47be..1b22a9452 100644 --- a/analytics/Makefile +++ b/analytics/Makefile @@ -200,3 +200,4 @@ percent-complete: sprint-reports: sprint-burndown percent-complete sprint-reports-with-latest-data: gh-data-export sprint-reports +