Skip to content

Commit f0ba35f

Browse files
committed
chore: add uv exclude-newer policy
Closes #3902 Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent 8071c6d commit f0ba35f

3 files changed

Lines changed: 243 additions & 235 deletions

File tree

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "package-lock.json|Cargo.lock|^.secrets.baseline$|scripts/sign_image.sh|scripts/zap|sonar-project.properties|^/Users/brian/dev/github.ibm.com/contextforge-org/sps-pipeline-config/.secrets.baseline$|^./.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2026-03-27T11:29:30Z",
6+
"generated_at": "2026-03-28T08:19:56Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -7174,7 +7174,7 @@
71747174
"hashed_secret": "965242380eeefd51c596c8c7b6f9f6ebd77faa86",
71757175
"is_secret": false,
71767176
"is_verified": false,
7177-
"line_number": 652,
7177+
"line_number": 655,
71787178
"type": "Secret Keyword",
71797179
"verified_result": null
71807180
}

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
requires = ["setuptools>=78.1.1", "wheel>=0.46.2"]
88
build-backend = "setuptools.build_meta"
99

10+
[tool.uv]
11+
exclude-newer = "10 days"
12+
1013
# ----------------------------------------------------------------
1114
# 📦 Core project metadata (PEP 621)
1215
# ----------------------------------------------------------------

0 commit comments

Comments
 (0)