From 0a6a5e76af0ed9325c89e9e6f4f601ac61b3091b Mon Sep 17 00:00:00 2001 From: Pedro Larroy Date: Thu, 17 Mar 2022 16:09:04 -0700 Subject: [PATCH] Ignore numpy and urllib3 safety checks. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 311a45b..33a12dd 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ build-container-library: init cp -- dist/*.whl ${BUILD_CONTEXT} install-container-library: init - pipenv run safety check # https://github.com/pyupio/safety + pipenv run safety check -i 44717 -i 44716 -i 44715 -i 43975 # https://github.com/pyupio/safety build-static-config: ./scripts/fetch-ec2-instance-type-info.sh --region ${REGION} --use-case ${USE_CASE} --spark-version ${SPARK_VERSION} \