sbom-insight 0.1.20__py3-none-any.whl → 0.1.22__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,11 +61,11 @@ def check_clickhouse_connection(
61
61
  ' clickhouse/clickhouse-server[/]\n\n'
62
62
  ' Step 2: Create admin and guest users\n'
63
63
  ' [cyan]docker exec -it clickhouse clickhouse-client -q \\\n'
64
- " \"CREATE USER admin IDENTIFIED BY 'admin'\"[/]\n"
64
+ " \"CREATE USER IF NOT EXISTS admin IDENTIFIED BY 'admin'\"[/]\n"
65
65
  ' [cyan]docker exec -it clickhouse clickhouse-client -q \\\n'
66
- " \"CREATE USER guest IDENTIFIED BY 'guest'\"[/]\n"
66
+ " \"CREATE USER IF NOT EXISTS guest IDENTIFIED BY 'guest'\"[/]\n"
67
67
  ' [cyan]docker exec -it clickhouse clickhouse-client -q \\\n'
68
- " \"GRANT ALL ON *.* TO admin WITH GRANT OPTION\"[/]\n"
68
+ " \"GRANT CURRENT GRANTS ON *.* TO admin WITH GRANT OPTION\"[/]\n"
69
69
  ' [cyan]docker exec -it clickhouse clickhouse-client -q \\\n'
70
70
  " \"GRANT SELECT ON *.* TO guest\"[/]\n",
71
71
  )
@@ -84,7 +84,7 @@ def check_clickhouse_connection(
84
84
  'does not exist.\n\n'
85
85
  'Please run the import command first to create and '
86
86
  'populate the database:\n\n'
87
- ' [cyan]uv run sbom-insight import[/]',
87
+ ' [cyan]uvx sbom-insight import[/]',
88
88
  )
89
89
  raise typer.Exit(1)
90
90
  except typer.Exit:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sbom-insight
3
- Version: 0.1.20
3
+ Version: 0.1.22
4
4
  Summary: Add your description here
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: claude-agent-sdk>=0.1.0
@@ -1,7 +1,7 @@
1
1
  sbom_insight/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  sbom_insight/__main__.py,sha256=PVTHnDffprZGZTE6cGuuMUKk8A7d0SfkRMHmguSRdsY,755
3
3
  sbom_insight/agent.py,sha256=T5mE9ONhLXVQQc1DHH7b0iKsKiRH4O9hyGU8ZhxAiUo,10972
4
- sbom_insight/clickhouse_utils.py,sha256=IQZGEgMfL0sR-1G0trNrb2N6CX-wGaH5STwLr0CujZY,3499
4
+ sbom_insight/clickhouse_utils.py,sha256=9YxmDLWSRd0h2VETJ2NA5LGa6GUcnZMeGAmhpcypFj8,3535
5
5
  sbom_insight/client.py,sha256=GSnOOAxoSUKU1pLXPX4W3cM5G4Iv7fQnknW-YkcX43Q,1400
6
6
  sbom_insight/converter.py,sha256=E6_YYSggRFHyujeYjdWV6ZadVo9W380YtwzD_JTQvwc,8253
7
7
  sbom_insight/downloader.py,sha256=cVzb0T2jDN_t567lJ4I3A4arKV6jzz3kDmCLgSpjKJw,10214
@@ -13,7 +13,7 @@ sbom_insight/summarize.py,sha256=5NloqTaQVUUvdm46d2t7-LClsEV9PaNe9eMtDEtVocw,804
13
13
  sbom_insight/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  sbom_insight/models/framework.py,sha256=Whlsbnn64YwftMifMEMVvhsWADC9uupBV4QN1i1BoNQ,2833
15
15
  sbom_insight/models/language.py,sha256=4YZXU7XSuy2RsyyOvPPJM94uscEsNAjszCayYqB91xw,3605
16
- sbom_insight-0.1.20.dist-info/METADATA,sha256=pUsOiE4O9gE9wTO6h7hjBvn5ZE_ZEuQ5I_6TuDxUCmE,2877
17
- sbom_insight-0.1.20.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
18
- sbom_insight-0.1.20.dist-info/entry_points.txt,sha256=n61JHr7CMGzQlzAmdigTJSC2_S5M0S3Jgg1am6b0dr4,59
19
- sbom_insight-0.1.20.dist-info/RECORD,,
16
+ sbom_insight-0.1.22.dist-info/METADATA,sha256=U4ap16CG9GtE4m6fqG9SzGkg2S-Fq3mZdKc32kMGBXI,2877
17
+ sbom_insight-0.1.22.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
18
+ sbom_insight-0.1.22.dist-info/entry_points.txt,sha256=n61JHr7CMGzQlzAmdigTJSC2_S5M0S3Jgg1am6b0dr4,59
19
+ sbom_insight-0.1.22.dist-info/RECORD,,