Skip to content

Commit

Permalink
temporary removes scan
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi committed Dec 5, 2024
1 parent 4c093e0 commit 3e134e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3e134e3

Please sign in to comment.