Skip to content

Commit 330d38b

Browse files
committed
Another fix in pip audit CI workflow for cases where no vulnerability report can be generated beforehand
1 parent e927f14 commit 330d38b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
pip-audit --desc=on --progress-spinner=off -r constraints-${{ matrix.python-version }}.txt --no-deps --disable-pip -f markdown -o /tmp/report-before.md
3939
refreeze=$?
4040
else
41+
touch /tmp/report-before.md
4142
refreeze=1
4243
fi
4344
set -e

0 commit comments

Comments
 (0)