Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
> > This GitHub Action is considdered deprecated. > Instead, you may use one the following tool in your github workflow: > > [`cyclonedx-bom`](https://pypi.org/project/cyclonedx-bom/) > ```yaml > - run: python -m pip install 'cyclonedx-bom>=4,<5' > - name: Create SBOM step > # see for usage: https://pypi.org/project/cyclonedx-bom/ > run: python -m cyclonedx_py # your options here > ``` > Signed-off-by: Jan Kowalleck <[email protected]>
- Loading branch information