-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-prod.sh
More file actions
executable file
·46 lines (31 loc) · 1.04 KB
/
test-prod.sh
File metadata and controls
executable file
·46 lines (31 loc) · 1.04 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
46
#!/bin/bash -x
# 1. Search for repositories (e.g., top Go repos)
uv run python -m chatsbom github search --min-stars 1000
# 2. Enrich Repository metadata
uv run python -m chatsbom github repo
# 3. Enrich Release information
uv run python -m chatsbom github release
# 4. Resolve Commits
uv run python -m chatsbom github commit
# 5. Download dependency files
uv run python -m chatsbom github content
# 6. Fetch file trees
uv run python -m chatsbom github tree
# 7. Generate SBOMs
uv run python -m chatsbom sbom generate
# 8. Generate framework usage
uv run python -m chatsbom openapi candidates
# 9. Clone repositories
uv run python -m chatsbom openapi clone
# 10. Detect framework drift
uv run python -m chatsbom openapi drift
# 11. Plot framework drift
uv run python -m chatsbom openapi plot-drift
# 12. Index into database
uv run python -m chatsbom db index
# 13. Show database statistics
uv run python -m chatsbom db status
# 14. Query dependencies
uv run python -m chatsbom db query gin
# 15. Chat with the database
uv run python -m chatsbom chat