From 8db0a799cd5239aec91f18c7a21e8daaf6d27000 Mon Sep 17 00:00:00 2001 From: Kevin O'Gorman Date: Fri, 26 Apr 2024 18:29:08 -0400 Subject: [PATCH] Added ignore for Ansible safety#66700 The affected version is <2.14.14, making it dev-only. The admin tooling uses 2.15.9. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b0c210c383..87d0fd9996 100644 --- a/Makefile +++ b/Makefile @@ -180,6 +180,7 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities. --ignore 65193 \ --ignore 65510 \ --ignore 65511 \ + --ignore 66700 \ --full-report -r $$req_file \ && echo -e '\n' \ || exit 1; \