Skip to content

Commit

Permalink
feat: add creation of sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Sep 28, 2024
1 parent 1075d0b commit 27391a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tauri-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ jobs:

- name: Build using tauri action
uses: tauri-apps/tauri-action@v0.5.14
- name: cached install cargo-sbom
uses: taiki-e/cache-cargo-install-action@v2.0.1
with:
tool: cargo-sbom

- name: Generate SBOM
run: cargo sbom

- uses: tauri-apps/tauri-action@v0.5.14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
Expand Down

0 comments on commit 27391a7

Please sign in to comment.