Skip to content

Commit

Permalink
Fix sbom generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlieberman85 committed Apr 11, 2024
1 parent 3104417 commit b88a5ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: |
cargo install cargo-sbom
cargo sbom > skootrs.spdx.json
- run: cargo install cargo-sbom
- run: cargo sbom > skootrs.spdx.json

0 comments on commit b88a5ef

Please sign in to comment.