Skip to content

Commit

Permalink
Update README.md (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Jan 10, 2025
1 parent 9d75eb8 commit 590a927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
> ```yaml
> - name: Create SBOM step
> # see for usage: https://www.npmjs.com/package/%40cyclonedx/cyclonedx-npm
> run: npx @cyclonedx/cyclonedx-npm
> run: npx @cyclonedx/cyclonedx-npm --help
> ```
> - for YARN projects: [`@cyclonedx/yarn-plugin-cyclonedx`](https://www.npmjs.com/package/%40cyclonedx/yarn-plugin-cyclonedx)
> ```yaml
> - name: Create SBOM step
> # see for usage: https://www.npmjs.com/package/%40cyclonedx/yarn-plugin-cyclonedx
> run: yarn dlx -q @cyclonedx/yarn-plugin-cyclonedx
> run: yarn dlx -q @cyclonedx/yarn-plugin-cyclonedx --help
> ```
> - for PNPM projects: *to be announced*
Expand Down

0 comments on commit 590a927

Please sign in to comment.