Skip to content

Commit f1bf50f

Browse files
authored
[actions] Use latest SYFT on macOS/Ubuntu; provide useful run-name (actions#10833)
1 parent e38398a commit f1bf50f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create_sbom_report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: Create SBOM for the release
77
#
88
# Current SYFT tool issues:
99
# macOS (major): prompt privilegies that blocking process indefinetely (https://github.com/anchore/syft/issues/1367)
10+
run-name: Collecting SBOM for ${{ github.event.client_payload.ReleaseBranchName || 'unknown release' }}
1011
on:
1112
repository_dispatch:
1213
types: [generate-sbom]
@@ -58,7 +59,7 @@ jobs:
5859
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b D:/syft
5960
- name: Install SYFT tool on Ubuntu or macOS
6061
if: ${{ runner.os != 'Windows' }}
61-
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin v0.100.0
62+
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
6263
#Running section.
6364
- name: Run SYFT on Windows
6465
if: ${{ runner.os == 'Windows' }}

0 commit comments

Comments
 (0)