forked from opendatahub-io/mlflow
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.syft.yaml
More file actions
45 lines (41 loc) · 1.12 KB
/
.syft.yaml
File metadata and controls
45 lines (41 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Syft configuration for SBOM generation.
# Syft only recognizes Python lockfiles whose names include "requirements",
# so the Konflux lockfiles use that suffix to be discovered from repo root.
default-catalogers:
- python-package-cataloger
- javascript-lock-cataloger
select-catalogers:
- "-file"
file:
metadata:
selection: none
exclude:
- ./.venv/**
- ./.github/**
- ./.claude/**
- ./docs/**
- ./examples/**
- ./tests/**
- ./dev/**
- ./bin/**
- ./docker/**
- ./docker-compose/**
- ./changelogs/**
- ./artifacts/**
- ./libs/**
- ./uv.lock
- ./requirements/*.in
- ./requirements/*.yaml
- ./requirements/compile.py
- ./requirements/constraints.txt
- ./requirements/dev-requirements.txt
- ./requirements/doc-min-requirements.txt
- ./requirements/doc-requirements.txt
- ./requirements/extra-ml-requirements.txt
- ./requirements/lint-requirements.txt
- ./requirements/skinny-test-requirements.txt
- ./requirements/test-requirements.txt
- ./requirements/ubi.repo
- ./mlflow/server/js/custom-eslint-rules/**
- ./mlflow/server/js/node_modules/**
- ./mlflow/server/js/build/**