We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4381f1e commit 01b6b84Copy full SHA for 01b6b84
2 files changed
.github/workflows/security-scan.yaml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
for dir in src/server/core src/client/acontext-py; do
59
cd $dir
60
- uv export --format requirements-txt > reqs.txt
+ uv export --format requirements-txt --no-hashes --no-dev > reqs.txt
61
pip-audit -r reqs.txt
62
rm reqs.txt
63
cd - > /dev/null
.github/workflows/security-scheduled.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments