ci: print any vulnerabilities found (#20044)

[skip ci]
This commit is contained in:
Raffael Meyer 2023-02-15 07:11:50 +01:00 committed by GitHub
parent 1d4ea95105
commit d8101cdf69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,4 +96,4 @@ jobs:
pip install pip-audit
cd ${GITHUB_WORKSPACE}
sed -i '/dropbox/d' pyproject.toml # Remove dropbox temporarily https://github.com/dropbox/dropbox-sdk-python/pull/456
pip-audit .
pip-audit --desc on .