Skip to content

Commit 94cba70

Browse files
committed
ci: use uv audit instead of uv secure
1 parent 209e7d1 commit 94cba70

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ classifiers = [
2323
]
2424

2525
[dependency-groups]
26-
audit-dependencies = ["uv-secure"]
2726
docs = ["sphinx", "tomli ; python_full_version < '3.11'"]
2827
type_checking = [
2928
"mypy",
@@ -44,7 +43,6 @@ test = [
4443
"pytest",
4544
]
4645
dev = [
47-
{include-group = "audit-dependencies"},
4846
{include-group = "docs"},
4947
{include-group = "lint"},
5048
{include-group = "test"},

vars/runJenkinsPipeline.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ def call(){
161161
}
162162
stage('Audit Lockfile Dependencies'){
163163
steps{
164-
catchError(buildResult: 'UNSTABLE', message: 'uv-secure found issues', stageResult: 'UNSTABLE') {
165-
sh 'uv run uv-secure --disable-cache uv.lock'
164+
catchError(buildResult: 'UNSTABLE', message: 'uv found issues', stageResult: 'UNSTABLE') {
165+
sh 'uv audit'
166166
}
167167
}
168168
}

0 commit comments

Comments
 (0)