Skip to content

Commit

Permalink
Merge pull request kubernetes#17828 from acumino/fix-sbom
Browse files Browse the repository at this point in the history
Fix Generate SBOM workflow
  • Loading branch information
spowelljr committed Dec 18, 2023
2 parents ef74de3 + f5a7790 commit 23df972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
release:
types: [published]
permissions:
contents: read
contents: write
jobs:
generate_sbom_action:
runs-on: ubuntu-latest
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install bom
uses: kubernetes-sigs/release-actions/setup-bom@main
uses: kubernetes-sigs/release-actions/setup-bom@ef6d340ddd115f41dc26c18893b41d9c79cdc7d2 # main
- name: Generage SBOM
run: |
bom generate -o minikube_${{github.ref_name}}_sbom.spdx \
Expand Down

0 comments on commit 23df972

Please sign in to comment.