We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78709a9 commit 2013a2eCopy full SHA for 2013a2e
.github/workflows/ci.yml
@@ -60,7 +60,6 @@ jobs:
60
uv pip install -e ft_client/
61
uv pip install -e .
62
63
-
64
- name: Check for version alignment
65
run: |
66
python build_helpers/freqtrade_client_version_align.py
tests/test_pip_audit.py
@@ -1,3 +1,9 @@
1
+"""
2
+Run pip audit to check for known security vulnerabilities in installed packages.
3
+Original Idea and base for this implementation by Michael Kennedy's blog:
4
+https://mkennedy.codes/posts/python-supply-chain-security-made-easy/
5
6
+
7
import subprocess
8
import sys
9
from pathlib import Path
0 commit comments