We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595a25b commit 7dfefebCopy full SHA for 7dfefeb
2 files changed
docker-entrypoint.sh
@@ -8,6 +8,6 @@ bandit -r vcert/
8
9
# ID 40291 is pip, ignore so we can still test python 2.7
10
#Ignoring false-positive issue with pytest. ref: https://github.com/pytest-dev/py/issues/287
11
-safety check -i 40291 -i 51457
+safety check -i 40291 -i 51457 -i 59473
12
13
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
requirements.txt
@@ -1,6 +1,6 @@
1
requests==2.31.0
2
python-dateutil==2.8.2
3
-cryptography==41.0.5
+cryptography==40.0.2
4
six==1.16.0
5
ruamel.yaml==0.18.5
6
pynacl==1.5.0
0 commit comments