XRAY-145929 - Onboard hugging face for jf curation-audit#786
Open
gauriy-tech wants to merge 3 commits into
Open
XRAY-145929 - Onboard hugging face for jf curation-audit#786gauriy-tech wants to merge 3 commits into
gauriy-tech wants to merge 3 commits into
Conversation
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
June 25, 2026 03:53
ecd62a5 to
5c30ce0
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
June 29, 2026 06:31
5c30ce0 to
1b0b3ba
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
June 30, 2026 08:44
e77a0f1 to
67e5806
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
June 30, 2026 10:54
67e5806 to
8273f2a
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 1, 2026 04:37
8273f2a to
8b5e0c3
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 1, 2026 05:14
8b5e0c3 to
84de8d8
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 1, 2026 05:51
84de8d8 to
726e418
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 2, 2026 04:27
726e418 to
19a67bf
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 2, 2026 08:20
19a67bf to
f4b0c1b
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 7, 2026 04:57
2426cd5 to
eb374d5
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 7, 2026 08:09
eb374d5 to
0845e3b
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 8, 2026 09:22
0845e3b to
f6e8a3d
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 8, 2026 09:52
f6e8a3d to
d54f456
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 9, 2026 08:52
46e5136 to
01e84d0
Compare
gineshkumar
reviewed
Jul 14, 2026
gineshkumar
reviewed
Jul 14, 2026
gineshkumar
reviewed
Jul 14, 2026
gineshkumar
reviewed
Jul 14, 2026
gineshkumar
reviewed
Jul 14, 2026
gineshkumar
reviewed
Jul 14, 2026
gineshkumar
reviewed
Jul 14, 2026
gineshkumar
reviewed
Jul 14, 2026
gineshkumar
reviewed
Jul 14, 2026
gineshkumar
reviewed
Jul 14, 2026
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 16, 2026 03:42
af7bf52 to
1e2baf5
Compare
gauriy-tech
force-pushed
the
feature/XRAY-145929-onboard-huggingface
branch
from
July 16, 2026 04:05
1e2baf5 to
094dfbd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
devbranch.go vet ./....go fmt ./....Adds huggingfaceml as a first-class package type in jf curation-audit, enabling curation policy enforcement for Hugging Face models used in Python and notebook projects.
Auto-discovery: When HF_ENDPOINT is set and .py/.ipynb files are present, jf ca statically scans source for HF call sites and probes each discovered model against Artifactory curation. Dynamic references and local paths are surfaced as warnings after the table.
Spot-check mode: --hugging-face-model=<org/model>[:] audits only the explicitly named models, skipping auto-discovery and all other package managers. Supports comma-separated values.
Datasets are detected but not audited — Catalog does not currently score datasets.
No impact on jf audit, jf scan, or any existing package manager workflow.