Commit f1bf50f 1 parent e38398a commit f1bf50f Copy full SHA for f1bf50f
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ name: Create SBOM for the release
7
7
#
8
8
# Current SYFT tool issues:
9
9
# 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' }}
10
11
on :
11
12
repository_dispatch :
12
13
types : [generate-sbom]
58
59
run : curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b D:/syft
59
60
- name : Install SYFT tool on Ubuntu or macOS
60
61
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
62
63
# Running section.
63
64
- name : Run SYFT on Windows
64
65
if : ${{ runner.os == 'Windows' }}
You can’t perform that action at this time.
0 commit comments