Skip to content

Commit

Permalink
Add release sbom to Github workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnezhangc authored Sep 17, 2024
1 parent f614d15 commit 8aca6be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ on:
branches: [master]
pull_request:

permissions: read-all
permissions:
contents: write

jobs:
run_ci_tests:
Expand Down Expand Up @@ -54,3 +55,7 @@ jobs:
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
with:
allow-reciprocal-licenses: false

release-sbom:
if: github.event_name == 'push'
uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1

0 comments on commit 8aca6be

Please sign in to comment.