Skip to content

Commit

Permalink
⬆️ bump sbom gh action version to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoan Moscatelli committed May 7, 2024
1 parent 4ad46a0 commit c76bb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: ${{ env.BASE_PATH }}/repo/metalk8s

- name: Generate sbom for repository
uses: scality/[email protected].1
uses: scality/[email protected].2
with:
target: ${{ env.BASE_PATH }}/repo/metalk8s
output-dir: ${{ env.SBOM_PATH }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
echo "METALK8S_VERSION=$VERSION" >> $GITHUB_ENV
- name: Generate sbom for extracted ISO
uses: scality/[email protected].1
uses: scality/[email protected].2
with:
target: ${{ env.BASE_PATH }}/iso/metalk8s.iso
output-dir: ${{ env.SBOM_PATH }}
Expand Down

0 comments on commit c76bb7a

Please sign in to comment.