Skip to content

Commit 535b0f4

Browse files
committed
ci: uv audit replaces uv-secure
1 parent 32f79ed commit 535b0f4

3 files changed

Lines changed: 2 additions & 447 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,8 @@ pipeline {
979979
}
980980
stage('Audit Lockfile Dependencies'){
981981
steps{
982-
catchError(buildResult: 'UNSTABLE', message: 'uv-secure found issues', stageResult: 'UNSTABLE') {
983-
sh 'uv run uv-secure --disable-cache uv.lock'
982+
catchError(buildResult: 'UNSTABLE', message: 'uv audit found issues', stageResult: 'UNSTABLE') {
983+
sh 'uv audit'
984984
}
985985
}
986986
}

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Documentation = "https://www.library.illinois.edu/dccdocs/imagevalidate"
3939
Download = "https://github.com/UIUCLibrary/imagevalidate"
4040

4141
[dependency-groups]
42-
audit-dependencies = ["uv-secure"]
4342
docs = ["sphinx"]
4443
type_checking = [
4544
"mypy",
@@ -64,7 +63,6 @@ dev = [
6463
{include-group = "docs"},
6564
{include-group = "lint"},
6665
{include-group = "test"},
67-
{include-group = "audit-dependencies"},
6866
"coverage[toml]",
6967
"gcovr;os_name!= 'nt'",
7068
]

0 commit comments

Comments
 (0)