We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee61cb commit eb14537Copy full SHA for eb14537
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
pip install --upgrade pip setuptools
37
python -m pip install poetry
38
poetry install
39
- - uses: trailofbits/gh-action-pip-audit@v1.0.5
+ - uses: trailofbits/gh-action-pip-audit@v1.0.6
40
with:
41
virtual-environment: .venv
42
ignore-vulns: |
0 commit comments