This repository uses a GitHub Actions workflow to fetch and update the Software Bill of Materials (SBOM) for care
and care_fe
every week on Sunday, deploying the data to GitHub Pages.
The latest SBOM data is available at: https://sbom.ohc.network/
NOTE: To access SBOM data, navigate to :
- Care https://sbom.ohc.network/care/v3.0.0/sbom.json
- Care_fe https://sbom.ohc.network/care_fe/v3.0.0/sbom.json
The workflow, defined in .github/workflows/fetch-sbom.yml
, has two main jobs:
- Checkout repository
- Fetch latest release versions of
care
andcare_fe
using the GitHub API - Create SBOM directories if they don’t exist and fetch SBOM data
- Commit & push changes if updates are found
- Deploys SBOM data to GitHub Pages using
peaceiris/actions-gh-pages@v4
- Scheduled: Runs every Sunday at midnight IST (18:30 UTC Saturday)
- Manual Dispatch: Can be triggered manually
contents: write
– Commit & push changespages: write
– Deploy SBOM data
This project is licensed under the MIT License.