Skip to content

Commit 8244795

Browse files
committed
ci: uv-secure is no longer run in isolation
1 parent 6f11d72 commit 8244795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pipeline {
184184
}
185185
steps{
186186
catchError(buildResult: 'UNSTABLE', message: 'uv-secure found issues', stageResult: 'UNSTABLE') {
187-
sh 'uv run --only-group audit-dependencies --isolated uv-secure --disable-cache uv.lock'
187+
sh 'uv run uv-secure --disable-cache uv.lock'
188188
}
189189
}
190190
}

0 commit comments

Comments
 (0)