Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Catalog with AI generated index and update Catalog itself #88

Merged
merged 14 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions SBOM-Catalog/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

If you are interested in adding entries to the catalog, or modifying functionality of the catalog, please review this guide.

## How to request changes

If you notice any issues with the catalog or have suggestions for improvements, there are two ways to contribute:

1. **Open an Issue**: If you find a bug, have a feature request, or want to suggest improvements, please open an issue on GitHub. This helps us track and discuss potential changes before implementation.

2. **Submit a Pull Request**: If you'd like to contribute code changes directly:
- Fork the repository
- Create a new branch for your changes
- Make your changes following the guidelines above
- Submit a pull request with a clear description of the changes

For both issues and pull requests, please provide as much context as possible to help us understand your request.

## How to run the tool locally

Run the comamnds
Expand Down
341 changes: 235 additions & 106 deletions SBOM-Catalog/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion SBOM-Catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"js-yaml": "^4.1.0",
"marked": "^12.0.1",
"marked-highlight": "^2.1.1",
"pinia": "^3.0.1",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.50.0",
Expand All @@ -41,4 +42,4 @@
"vite": "^5.4.6",
"vue-tsc": "^2.0.7"
}
}
}
Loading
Loading