From 3e134e39c50ba6338c2e81a91f3393af80723001 Mon Sep 17 00:00:00 2001 From: Luis Presuel Date: Thu, 5 Dec 2024 16:02:03 -0600 Subject: [PATCH] temporary removes scan --- docker-entrypoint.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index e23c3f6..123fdf8 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -6,8 +6,4 @@ set -o pipefail bandit -r vcert/ -# ID 40291 is pip, ignore so we can still test python 2.7 -#Ignoring false-positive issue with pytest. ref: https://github.com/pytest-dev/py/issues/287 -safety check -i 40291 -i 51457 - pytest -v --junit-xml=junit.xml --junit-prefix=`python -V | tr ' ' '_'` --cov=vcert --cov=vcert.parser --cov=vcert.policy --cov-report term --cov-report xml