Skip to content

Commit 647a951

Browse files
authored
Update audit command in Justfile and remove uv-secure criteria from pyproject.toml (#243)
1 parent 41e4b83 commit 647a951

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test: lint mypy pytest
5353
# Audit dependencies for security vulnerabilities
5454
[group("Security")]
5555
audit:
56-
uvx uv-secure uv.lock
56+
uv audit --frozen --preview-features audit
5757

5858
# Build mkdocs site
5959
[group("docs")]

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,3 @@ disallow_untyped_defs = true
130130
[tool.ty.environment]
131131
root = ["."]
132132
python = "./.venv"
133-
134-
[tool.uv-secure.vulnerability_criteria]
135-
show_severity = true
136-
ignore_unfixed = true
137-
138-
[tool.uv-secure.maintainability_criteria]
139-
forbid_yanked = true
140-
forbid_archived = true
141-
forbid_deprecated = true
142-
forbid_quarantined = true

0 commit comments

Comments
 (0)