Skip to content

Commit 2013a2e

Browse files
committed
chore: add recognition to the original tests author
1 parent 78709a9 commit 2013a2e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
uv pip install -e ft_client/
6161
uv pip install -e .
6262
63-
6463
- name: Check for version alignment
6564
run: |
6665
python build_helpers/freqtrade_client_version_align.py

tests/test_pip_audit.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
import subprocess
28
import sys
39
from pathlib import Path

0 commit comments

Comments
 (0)