Skip to content

Commit 5d2fa60

Browse files
committed
chore: Use uv to export requirements.txt for scanning
1 parent 960964d commit 5d2fa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ scan-sec-ast:
102102

103103
# Scan dependencies for reported vulnerabilities.
104104
scan-sec-deps:
105-
poetry export --without-hashes -f requirements.txt -o /dev/stdout | safety check --full-report --stdin
105+
uv export --no-hashes | safety check --full-report --stdin
106106

107107
# Run the test suite.
108108
test:

0 commit comments

Comments
 (0)