https://github.com/juli1/sbom-generator
tree-sitter SBOM generator
https://github.com/juli1/sbom-generator
Last synced: 2 months ago
JSON representation
tree-sitter SBOM generator
- Host: GitHub
- URL: https://github.com/juli1/sbom-generator
- Owner: juli1
- License: apache-2.0
- Created: 2024-07-16T00:22:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:35:16.000Z (8 months ago)
- Last Synced: 2025-04-06T03:55:45.143Z (2 months ago)
- Language: Rust
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbom-generator
tree-sitter-based SBOM generator## How to use
```bash
sbom-generator --directory /path/to/code -o /path/to/file.sbom --debug
```### Options
- `--directory` directory to scan
- `--output` file to produce
- `--debug` show more debug information