-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ bump sbom gh action version to v1.2.2
- Loading branch information
Yoan Moscatelli
committed
May 7, 2024
1 parent
4ad46a0
commit c76bb7a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|